package/mpd: upnp needs curl
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Fri, 9 Aug 2019 08:11:03 +0000 (10:11 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 9 Aug 2019 20:39:18 +0000 (22:39 +0200)
Since switch to meson-package, upnp requires curl:
https://github.com/MusicPlayerDaemon/MPD/commit/94592c14062d5afc9482d11baa401648082022c0

Fixes:
 - http://autobuild.buildroot.org/results/1276d4be7270be6feada5d5c8b9e31db563ccc97

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mpd/Config.in

index 84698b170236b3ef6542fc80bbce50b2dff9155c..69f2beeb7bbe7d9e7558c0512e2688b16edb171b 100644 (file)
@@ -350,6 +350,7 @@ config BR2_PACKAGE_MPD_UPNP
        bool "UPnP"
        select BR2_PACKAGE_EXPAT
        select BR2_PACKAGE_LIBUPNP18 if !BR2_PACKAGE_LIBUPNP
+       select BR2_PACKAGE_MPD_CURL
        help
          Enable MPD UPnP client support.