xref: /OK3568_Linux_fs/buildroot/package/libwebsock/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBWEBSOCK
2*4882a593Smuzhiyun	bool "libwebsock"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	select BR2_PACKAGE_LIBEVENT
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  C library for easy WebSockets servers.
7*4882a593Smuzhiyun
8*4882a593Smuzhiyun	  This library allows a developer to quickly develop WebSocket
9*4882a593Smuzhiyun	  servers by focusing on the actual logic of your WebSocket
10*4882a593Smuzhiyun	  implementation instead of the details of the WebSocket
11*4882a593Smuzhiyun	  protocol or even specifics of C sockets.
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/payden/libwebsock
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "libwebsock needs a toolchain w/ threads"
16*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
17