Commit faa9e1a6 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

wget: add optional libuuid dependency

parent dfbabec6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -37,6 +37,10 @@ ifeq ($(BR2_PACKAGE_OPENSSL),y)
	WGET_DEPENDENCIES += openssl
endif

ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
	WGET_DEPENDENCIES += util-linux
endif

# --with-ssl is default
ifneq ($(BR2_PACKAGE_GNUTLS),y)
ifneq ($(BR2_PACKAGE_OPENSSL),y)