summaryrefslogtreecommitdiffstats
path: root/package/libwebsockets/Config.in
diff options
context:
space:
mode:
authorAndreas Wetzel <andreas.wetzel@nanotronic.ch>2013-02-06 01:28:59 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-14 21:35:10 +0200
commit381c4646c5078cb2f31437598e1e353fb1bdb587 (patch)
tree0658a384e719ba72269ca6b911f5cbcfb8097ada /package/libwebsockets/Config.in
parente5434583badf1abf4a4620efa76452638ad9e177 (diff)
downloadbuildroot-novena-381c4646c5078cb2f31437598e1e353fb1bdb587.tar.gz
buildroot-novena-381c4646c5078cb2f31437598e1e353fb1bdb587.zip
package: add libwebsockets
[Peter: add missing zlib select to Config.in] Signed-off-by: Andreas Wetzel <andreas.wetzel@nanotronic.ch> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libwebsockets/Config.in')
-rw-r--r--package/libwebsockets/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/libwebsockets/Config.in b/package/libwebsockets/Config.in
new file mode 100644
index 000000000..1d927bb4e
--- /dev/null
+++ b/package/libwebsockets/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_LIBWEBSOCKETS
+ bool "libwebsockets"
+ select BR2_PACKAGE_ZLIB
+ help
+ Libwebsockets is a lightweight pure C library built to use
+ minimal CPU and memory resources, and provide fast throughput
+ in both directions.
+
+ http://libwebsockets.org/