Commit 1dbdf1e2 authored by Jörg Krause's avatar Jörg Krause Committed by Peter Korsgaard
Browse files

package/upmpdcli: fix missing dependency of libcurl

parent 062bacfa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_UPMPDCLI
	bool "upmpdcli"
	select BR2_PACKAGE_EXPAT
	select BR2_PACKAGE_LIBCURL
	select BR2_PACKAGE_LIBUPNP
	select BR2_PACKAGE_LIBMPDCLIENT
	depends on BR2_INSTALL_LIBSTDCPP
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ UPMPDCLI_VERSION = 0.8.3
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
UPMPDCLI_LICENSE = GPLv2+
UPMPDCLI_LICENSE_FILES = COPYING
UPMPDCLI_DEPENDENCIES = expat libupnp libmpdclient
UPMPDCLI_DEPENDENCIES = expat libcurl libupnp libmpdclient

# Upmpdcli only runs if user upmpdcli exists
define UPMPDCLI_USERS