[Buildroot] [PATCH 1/2] package/mpd: soundcloud feature requires curl

Jörg Krause joerg.krause at embedded.rocks
Fri Aug 9 20:05:44 UTC 2019


MPD switched from the Autotools to the Meson build system. The Autotools
configure did not check for curl when enabling the Soundcloud feature, but the
Meson configuration script does.

Fixes:
http://autobuild.buildroot.org/results/eef/eefe8c6816d9504e8997483abcf7b1327260409c
http://autobuild.buildroot.org/results/95d/95d3a9ee41b0f68f59c1f6b35fb35506f53e3bb9
http://autobuild.buildroot.org/results/dd5/dd5083bacd4fc00f0a1b9d47569943434cc5a5ec
http://autobuild.buildroot.org/results/bea/bea73f76ce8056411499cf5c7daf70a26e182226
.. and more.

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

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 84698b1702..c751174f9d 100644
--- a/package/mpd/Config.in
+++ b/package/mpd/Config.in
@@ -47,6 +47,7 @@ config BR2_PACKAGE_MPD_QOBUZ
 
 config BR2_PACKAGE_MPD_SOUNDCLOUD
 	bool "soundcloud"
+	select BR2_PACKAGE_MPD_CURL
 	select BR2_PACKAGE_YAJL
 	help
 	  Enable soundcloud.com playlist support.
-- 
2.22.0




More information about the buildroot mailing list