[Buildroot] [git commit] package/mpd: soundcloud needs curl

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Aug 9 20:39:22 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=12256d33207fa83b435c8984887a768b697c1b61
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Since switch to meson-package, soundcloud needs curl

Fixes:
 - http://autobuild.buildroot.org/results/eefe8c6816d9504e8997483abcf7b1327260409c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/mpd/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpd/Config.in b/package/mpd/Config.in
index 69f2beeb7b..e9e7b83cbd 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.


More information about the buildroot mailing list