xref: /OK3568_Linux_fs/buildroot/package/libwebsock/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LIBWEBSOCK
2	bool "libwebsock"
3	depends on BR2_TOOLCHAIN_HAS_THREADS
4	select BR2_PACKAGE_LIBEVENT
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
15comment "libwebsock needs a toolchain w/ threads"
16	depends on !BR2_TOOLCHAIN_HAS_THREADS
17