mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kodi: disable building pulseaudio support
This commit is contained in:
parent
705a645b5a
commit
be02f43d9e
@ -73,10 +73,7 @@ fi
|
||||
|
||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
||||
# for PulseAudio support
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio"
|
||||
KODI_PULSEAUDIO="--enable-pulse"
|
||||
else
|
||||
KODI_PULSEAUDIO="--disable-pulse"
|
||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET pulseaudio alsa-plugins"
|
||||
fi
|
||||
|
||||
if [ "$ESPEAK_SUPPORT" = yes ]; then
|
||||
@ -254,7 +251,7 @@ PKG_CONFIGURE_OPTS_TARGET="gl_cv_func_gettimeofday_clobber=no \
|
||||
$KODI_XORG \
|
||||
--disable-ccache \
|
||||
$KODI_ALSA \
|
||||
$KODI_PULSEAUDIO \
|
||||
--disable-pulse \
|
||||
--enable-rtmp \
|
||||
$KODI_SAMBA \
|
||||
$KODI_NFS \
|
||||
|
Loading…
x
Reference in New Issue
Block a user