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
|
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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user