mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00: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:
parent
062bacfa67
commit
1dbdf1e2a2
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_UPMPDCLI
|
config BR2_PACKAGE_UPMPDCLI
|
||||||
bool "upmpdcli"
|
bool "upmpdcli"
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
|
select BR2_PACKAGE_LIBCURL
|
||||||
select BR2_PACKAGE_LIBUPNP
|
select BR2_PACKAGE_LIBUPNP
|
||||||
select BR2_PACKAGE_LIBMPDCLIENT
|
select BR2_PACKAGE_LIBMPDCLIENT
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
|
@ -8,7 +8,7 @@ UPMPDCLI_VERSION = 0.8.3
|
|||||||
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
UPMPDCLI_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads
|
||||||
UPMPDCLI_LICENSE = GPLv2+
|
UPMPDCLI_LICENSE = GPLv2+
|
||||||
UPMPDCLI_LICENSE_FILES = COPYING
|
UPMPDCLI_LICENSE_FILES = COPYING
|
||||||
UPMPDCLI_DEPENDENCIES = expat libupnp libmpdclient
|
UPMPDCLI_DEPENDENCIES = expat libcurl libupnp libmpdclient
|
||||||
|
|
||||||
# Upmpdcli only runs if user upmpdcli exists
|
# Upmpdcli only runs if user upmpdcli exists
|
||||||
define UPMPDCLI_USERS
|
define UPMPDCLI_USERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user