Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mpd: soundcloud feature requires curl
@ 2019-08-09 20:05 Jörg Krause
  2019-08-09 20:05 ` [Buildroot] [PATCH 2/2] package/mpd: upnp " Jörg Krause
  2019-08-09 20:39 ` [Buildroot] [PATCH 1/2] package/mpd: soundcloud " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Jörg Krause @ 2019-08-09 20:05 UTC (permalink / raw)
  To: buildroot

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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-09 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-09 20:05 [Buildroot] [PATCH 1/2] package/mpd: soundcloud feature requires curl Jörg Krause
2019-08-09 20:05 ` [Buildroot] [PATCH 2/2] package/mpd: upnp " Jörg Krause
2019-08-09 20:39 ` [Buildroot] [PATCH 1/2] package/mpd: soundcloud " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox