summaryrefslogtreecommitdiffstats
path: root/package/libwebsock/Config.in
diff options
context:
space:
mode:
authorGregory Dymarek <gregd72002@gmail.com>2014-12-12 15:42:45 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-01 12:32:15 +0100
commita569dfc9db32dee4b07c56b70b8e4278f6451e6e (patch)
tree972bbc13494db963803565bbdf9254d951472e81 /package/libwebsock/Config.in
parentb7e7b417fa1210a7f9c4e76ee747238981dcd012 (diff)
downloadbuildroot-a569dfc9db32dee4b07c56b70b8e4278f6451e6e.tar.gz
buildroot-a569dfc9db32dee4b07c56b70b8e4278f6451e6e.zip
libwebsock: new package
[Thomas: - Add dependency on BR2_TOOLCHAIN_HAS_THREADS - Improve Config.in help text - Fixup comment header in .mk file. - Use github helper. - Remove hash file (we're downloading from Git) - Fixup LICENSE_FILES - Remove LIBWEBSOCK_CFLAGS, they were the default. - Remove LIBWEBSOCK_LIBS, and instead use a patch to switch libwebsock configure script to use pkg-config.] Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libwebsock/Config.in')
-rw-r--r--package/libwebsock/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/package/libwebsock/Config.in b/package/libwebsock/Config.in
new file mode 100644
index 0000000000..9ef21362a1
--- /dev/null
+++ b/package/libwebsock/Config.in
@@ -0,0 +1,16 @@
+config BR2_PACKAGE_LIBWEBSOCK
+ bool "libwebsock"
+ select BR2_PACKAGE_LIBEVENT
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ help
+ C library for easy WebSockets servers.
+
+ This library allows a developer to quickly develop WebSocket
+ servers by focusing on the actual logic of your WebSocket
+ implementation instead of the details of the WebSocket
+ protocol or even specifics of C sockets.
+
+ https://github.com/payden/libwebsock
+
+comment "libwebsock needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud