alsa-plugins: depends on pulseaudio

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-12-20 14:03:58 +01:00
parent 9e236aa3fa
commit f0df09c3c8
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.alsa-project.org/"
PKG_URL="ftp://ftp.alsa-project.org/pub/plugins/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain alsa-lib"
PKG_DEPENDS_TARGET="toolchain alsa-lib pulseaudio"
PKG_PRIORITY="optional"
PKG_SECTION="audio"
PKG_SHORTDESC=""

View File

@ -73,7 +73,7 @@ fi
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
# for PulseAudio support
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio alsa-plugins"
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio"
fi
if [ "$ESPEAK_SUPPORT" = yes ]; then