summaryrefslogtreecommitdiffstats
path: root/rules/libwebsockets.in
blob: 81d52f8a9caf1598e1cad052a0df964e37c1a3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## SECTION=networking

menuconfig LIBWEBSOCKETS
	tristate
	select HOST_CMAKE
	select ZLIB
	prompt "libwebsockets                 "
	help
	  Libwebsockets is a lightweight pure C library for both websockets
	  clients and servers built to use minimal CPU and memory resources
	  and provide fast throughput in both directions.

if LIBWEBSOCKETS

config LIBWEBSOCKETS_TESTS
	bool
	prompt "install test applications"

endif