summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryuchen.xie <yuchen.xie@live.com>2016-03-26 09:24:15 +0800
committerPatrice Clement <monsieurp@gentoo.org>2016-05-03 12:08:06 +0000
commit75962f3d8af29fdf7516926e9ab4204fc0adbdcf (patch)
tree0798111f04dc5e4bf5b19418262d2168f9bc0902 /net-libs/libwebsockets/metadata.xml
parentdev-python/fudge: Added python3_5. EAPI-6 conversion. (diff)
downloadgentoo-75962f3d8af29fdf7516926e9ab4204fc0adbdcf.tar.gz
gentoo-75962f3d8af29fdf7516926e9ab4204fc0adbdcf.tar.bz2
gentoo-75962f3d8af29fdf7516926e9ab4204fc0adbdcf.zip
net-libs/libwebsockets: bump to 1.7.6
Gentoo-Bug: https://bugs.gentoo.org/578820 Closes: https://github.com/gentoo/gentoo/pull/1138 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-libs/libwebsockets/metadata.xml')
-rw-r--r--net-libs/libwebsockets/metadata.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/net-libs/libwebsockets/metadata.xml b/net-libs/libwebsockets/metadata.xml
index 6cc6f3225917..0c5582266b6b 100644
--- a/net-libs/libwebsockets/metadata.xml
+++ b/net-libs/libwebsockets/metadata.xml
@@ -13,4 +13,13 @@
<longdescription>
libwebsockets is a C library designed to make development of websockets clients and servers easier (possible).
</longdescription>
+ <use>
+ <flag name="ssl">Include SSL support (default <pkg>dev-libs/openssl</pkg>)</flag>
+ <flag name="zlib">Include zlib support</flag>
+ <flag name="static-libs">Build the static version of the library</flag>
+ <flag name="http2">Compile with support for http2</flag>
+ <flag name="ipv6">Compile with support for ipv6</flag>
+ <flag name="server">The server part of the library</flag>
+ <flag name="client">The client part of the library</flag>
+ </use>
</pkgmetadata>