hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
################################################################################
#
# librws
#
################################################################################
 
LIBRWS_VERSION = 901326e962322221a83dfa4b56d02dbb2d276aa8
LIBRWS_SITE = https://github.com/OlehKulykov/librws.git
LIBRWS_SITE_METHOD = git
LIBRWS_LICENSE = MIT
LIBRWS_LICENSE_FILES = LICENSE
LIBRWS_INSTALL_STAGING = YES
 
LIBRWS_CONF_OPTS = -DRWS_OPT_TESTS=OFF
 
ifeq ($(BR2_STATIC_LIBS),y)
LIBRWS_CONF_OPTS += -DRWS_OPT_SHARED=OFF
endif
 
ifeq ($(BR2_SHARED_LIBS),y)
LIBRWS_CONF_OPTS += -DRWS_OPT_STATIC=OFF
endif
 
$(eval $(cmake-package))