mpd: depend the full variant on pulseaudio instead of pulseaudio-daemon
authorSzabolcs Hubai <szab.hu@gmail.com>
Sat, 29 Oct 2022 09:28:13 +0000 (11:28 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sat, 5 Nov 2022 17:57:00 +0000 (18:57 +0100)
The full variant of mpd depends on pulseaudio-daemon, so it was not
possible to use the other pulseaudio variant with avahi.

Both pulseaudio daemons provides package pulseaudio, so users can choose
which variant suits them best.
Let's change the dependency to pulseaudio.

Fixes: #19187
Fixes: 2ed62adc5914 ("mpd: enable pulseaudio in full package")
Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com>
(cherry picked from commit abe35e89f60efb99dee76c53a1ebdc2bd48f73a1)

sound/mpd/Makefile

index b0700875e046c8f87156f13937cf143a1c3b723b..50c051aa2c27d8638879b9aa0bb798e6982533a3 100644 (file)
@@ -47,7 +47,7 @@ endef
 define Package/mpd-full
 $(call Package/mpd/Default)
   TITLE+= (full)
-  DEPENDS+= +AUDIO_SUPPORT:pulseaudio-daemon +libvorbis +libmms +libnpupnp +libshout +yajl \
+  DEPENDS+= +AUDIO_SUPPORT:pulseaudio +libvorbis +libmms +libnpupnp +libshout +yajl \
             +BUILD_PATENTED:libffmpeg +!BUILD_PATENTED:libmad
   PROVIDES:=mpd
   VARIANT:=full