alsa: install alsa-plugins if pulseaudio is enabled

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-11-12 05:49:54 +01:00
parent 961c6b170a
commit 5b4fb51136

View File

@ -34,3 +34,9 @@ PKG_LONGDESC="ALSA (Advanced Linux Sound Architecture) is the next generation Li
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS alsa-plugins"
PKG_BUILD_DEPENDS="$PKG_BUILD_DEPENDS alsa-plugins"
fi