Update buildroot to 2021.02.1 (#1312)
Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_LIBWEBSOCKETS
|
||||
bool "libwebsockets"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Libwebsockets is a lightweight pure C library built to use
|
||||
@@ -7,3 +8,6 @@ config BR2_PACKAGE_LIBWEBSOCKETS
|
||||
in both directions.
|
||||
|
||||
https://libwebsockets.org/
|
||||
|
||||
comment "libwebsockets needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
|
||||
@@ -69,10 +69,6 @@ else
|
||||
LIBWEBSOCKETS_CONF_OPTS += -DLWS_WITH_LIBUV=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
LIBWEBSOCKETS_CONF_OPTS += -DLWS_WITH_SHARED=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_SHARED_LIBS),y)
|
||||
LIBWEBSOCKETS_CONF_OPTS += -DLWS_WITH_STATIC=OFF
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user