[Buildroot] [PATCH 2/2] package/mpd: soundcloud needs curl

Fabrice Fontaine fontaine.fabrice at gmail.com
Fri Aug 9 08:11:04 UTC 2019


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>
---
 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.
-- 
2.20.1



More information about the buildroot mailing list