From cb7fe299f95d6f7a9e5876799b582a43906c1e0b Mon Sep 17 00:00:00 2001 From: Szabolcs Hubai Date: Sat, 29 Oct 2022 11:28:13 +0200 Subject: [PATCH] mpd: depend the full variant on pulseaudio instead of pulseaudio-daemon 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 (cherry picked from commit abe35e89f60efb99dee76c53a1ebdc2bd48f73a1) --- sound/mpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/mpd/Makefile b/sound/mpd/Makefile index 356ff91a02..4ded6e2b83 100644 --- a/sound/mpd/Makefile +++ b/sound/mpd/Makefile @@ -49,7 +49,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 \ +libffmpeg +lame-lib +libsoxr +!BUILD_PATENTED:libmad PROVIDES:=mpd VARIANT:=full