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:2ed62adc59
("mpd: enable pulseaudio in full package") Signed-off-by: Szabolcs Hubai <szab.hu@gmail.com> (cherry picked from commitabe35e89f6
)
This commit is contained in:
parent
6b8c90260d
commit
cb7fe299f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue