diff mbox series

[2/2] package/mpd: upnp feature requires curl

Message ID 20190809200545.10188-2-joerg.krause@embedded.rocks
State Not Applicable
Headers show
Series [1/2] package/mpd: soundcloud feature requires curl | expand

Commit Message

Jörg Krause Aug. 9, 2019, 8:05 p.m. UTC
MPD switched from the Autotools to the Meson build system. The Autotools
configure did not check for curl when enabling the UPnP feature, but the
Meson configuration script does.

Fixes:
http://autobuild.buildroot.org/results/781/781e0b335da3066783bbb65ba5b9c304f50192d8
http://autobuild.buildroot.org/results/9e1/9e15258aa4baae4f2c6febc7d364226f17bb9d9a
http://autobuild.buildroot.org/results/72a/72aab71c4a4e9001c632484930c4442058cb3927
http://autobuild.buildroot.org/results/8c4/8c41ddd812a5f080eb7f2f284ca4f4ea3c6f2ff7
http://autobuild.buildroot.org/results/bab/bab8b633d7ecb2d943ad77659c08a69f0115c5f1
.. and more.

Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
---
 package/mpd/Config.in | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index c751174f9d..db88413947 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -349,6 +349,7 @@  config BR2_PACKAGE_MPD_TCP
 
 config BR2_PACKAGE_MPD_UPNP
 	bool "UPnP"
+	select BR2_PACKAGE_MPD_CURL
 	select BR2_PACKAGE_EXPAT
 	select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
 	help