kodi: drop references to pulseaudio

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-12-20 14:18:59 +01:00
parent be7bf1e93b
commit 92149206d2

View File

@ -71,11 +71,6 @@ else
KODI_ALSA="--disable-alsa" KODI_ALSA="--disable-alsa"
fi fi
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
# for PulseAudio support
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio"
fi
if [ "$ESPEAK_SUPPORT" = yes ]; then if [ "$ESPEAK_SUPPORT" = yes ]; then
# for espeak support # for espeak support
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET espeak" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET espeak"