summaryrefslogtreecommitdiffstats
path: root/rules/libwebsockets.in
blob: c8a8c43ef381ab7abb249eec434b67327af771fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=staging
## old section:
### 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.

	  STAGING: remove in ptxdist-2021.05.0
	  Old version that need to be updated. Fails to build with gcc >= 9.x.

if LIBWEBSOCKETS

config LIBWEBSOCKETS_TESTS
	bool
	prompt "install test applications"

endif