mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
libucl: add optional libcurl dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e46257264e
commit
f00e599ccd
@ -12,4 +12,11 @@ LIBUCL_LICENSE = BSD-2-Clause
|
||||
LIBUCL_LICENSE_FILES = COPYING
|
||||
LIBUCL_DEPENDENCIES = host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL),y)
|
||||
LIBUCL_DEPENDENCIES += libcurl
|
||||
LIBUCL_CONF_OPTS += --enable-urls
|
||||
else
|
||||
LIBUCL_CONF_OPTS += --disable-urls
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user