mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
wget: add optional dependency for libidn2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8451acf298
commit
4d71ef3cf6
@ -26,6 +26,13 @@ else
|
|||||||
WGET_CONF_OPTS += --without-ssl
|
WGET_CONF_OPTS += --without-ssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||||
|
WGET_CONF_OPTS += --with-libidn
|
||||||
|
WGET_DEPENDENCIES += libidn2
|
||||||
|
else
|
||||||
|
WGET_CONF_OPTS += --without-libidn
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
|
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
|
||||||
WGET_DEPENDENCIES += util-linux
|
WGET_DEPENDENCIES += util-linux
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user