mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
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:
committed by
Peter Korsgaard
parent
062bacfa67
commit
1dbdf1e2a2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user