package/upmpdcli: fix missing dependency of libcurl

Signed-off-by: Jörg Krause <jkrause@posteo.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Jörg Krause 2014-10-12 20:55:10 +02:00 committed by Peter Korsgaard
parent 062bacfa67
commit 1dbdf1e2a2
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
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

View File

@ -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