python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / libwebsock / Config.in
blob9ef21362a1a5ebb149e94d25efc735cfeffcfebb
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.
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.
13           https://github.com/payden/libwebsock
15 comment "libwebsock needs a toolchain w/ threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS