9ef21362a1a5ebb149e94d25efc735cfeffcfebb
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libwebsock / Config.in
1 config BR2_PACKAGE_LIBWEBSOCK
2         bool "libwebsock"
3         select BR2_PACKAGE_LIBEVENT
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           C library for easy WebSockets servers.
7
8           This library allows a developer to quickly develop WebSocket
9           servers by focusing on the actual logic of your WebSocket
10           implementation instead of the details of the WebSocket
11           protocol or even specifics of C sockets.
12
13           https://github.com/payden/libwebsock
14
15 comment "libwebsock needs a toolchain w/ threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS