mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00: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_LICENSE_FILES = COPYING
|
||||||
LIBUCL_DEPENDENCIES = host-pkgconf
|
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))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user