mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
alsa: install alsa-plugins if pulseaudio is enabled
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user