mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
kodi: adjust build to support pulseaudio
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2dbadd289e
commit
620c4357e9
@ -73,6 +73,14 @@ 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"
|
||||||
|
KODI_PULSEAUDIO="--enable-pulse"
|
||||||
|
else
|
||||||
|
KODI_PULSEAUDIO="--disable-pulse"
|
||||||
|
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"
|
||||||
@ -254,7 +262,7 @@ PKG_CONFIGURE_OPTS_TARGET="gl_cv_func_gettimeofday_clobber=no \
|
|||||||
$KODI_XORG \
|
$KODI_XORG \
|
||||||
--disable-ccache \
|
--disable-ccache \
|
||||||
$KODI_ALSA \
|
$KODI_ALSA \
|
||||||
--disable-pulse \
|
$KODI_PULSEAUDIO \
|
||||||
--enable-rtmp \
|
--enable-rtmp \
|
||||||
$KODI_SAMBA \
|
$KODI_SAMBA \
|
||||||
$KODI_NFS \
|
$KODI_NFS \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user