kodi: disable building pulseaudio support

This commit is contained in:
Lukas Rusak 2015-11-09 15:10:01 -08:00
parent 705a645b5a
commit be02f43d9e

View File

@ -73,10 +73,7 @@ fi
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
# for PulseAudio support # for PulseAudio support
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio" PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio alsa-plugins"
KODI_PULSEAUDIO="--enable-pulse"
else
KODI_PULSEAUDIO="--disable-pulse"
fi fi
if [ "$ESPEAK_SUPPORT" = yes ]; then if [ "$ESPEAK_SUPPORT" = yes ]; then
@ -254,7 +251,7 @@ PKG_CONFIGURE_OPTS_TARGET="gl_cv_func_gettimeofday_clobber=no \
$KODI_XORG \ $KODI_XORG \
--disable-ccache \ --disable-ccache \
$KODI_ALSA \ $KODI_ALSA \
$KODI_PULSEAUDIO \ --disable-pulse \
--enable-rtmp \ --enable-rtmp \
$KODI_SAMBA \ $KODI_SAMBA \
$KODI_NFS \ $KODI_NFS \