package/mpd: upnp needs curl
Since switch to meson-package, upnp requires curl:
94592c1406
Fixes:
- http://autobuild.buildroot.org/results/1276d4be7270be6feada5d5c8b9e31db563ccc97
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e7978ebbd1
commit
c31203ae09
@ -350,6 +350,7 @@ config BR2_PACKAGE_MPD_UPNP
|
||||
bool "UPnP"
|
||||
select BR2_PACKAGE_EXPAT
|
||||
select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
|
||||
select BR2_PACKAGE_MPD_CURL
|
||||
help
|
||||
Enable MPD UPnP client support.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user