mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
wget: add optional libuuid dependency
Reported-by: Alexander Potashev <a.potashev@geoscan.aero> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
dfbabec6ec
commit
faa9e1a6bb
@ -37,6 +37,10 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|||||||
WGET_DEPENDENCIES += openssl
|
WGET_DEPENDENCIES += openssl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
|
||||||
|
WGET_DEPENDENCIES += util-linux
|
||||||
|
endif
|
||||||
|
|
||||||
# --with-ssl is default
|
# --with-ssl is default
|
||||||
ifneq ($(BR2_PACKAGE_GNUTLS),y)
|
ifneq ($(BR2_PACKAGE_GNUTLS),y)
|
||||||
ifneq ($(BR2_PACKAGE_OPENSSL),y)
|
ifneq ($(BR2_PACKAGE_OPENSSL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user