mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xbmc: make goom support optional
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2dab412a91
commit
be10bc94ba
@ -34,6 +34,12 @@ else
|
|||||||
XBMC_PROJECTM="--disable-projectm"
|
XBMC_PROJECTM="--disable-projectm"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBMC_VIS_GOOM" = yes ]; then
|
||||||
|
XBMC_GOOM="--enable-goom"
|
||||||
|
else
|
||||||
|
XBMC_GOOM="--disable-goom"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
|
||||||
XBMC_PULSEAUDIO="--enable-pulse"
|
XBMC_PULSEAUDIO="--enable-pulse"
|
||||||
else
|
else
|
||||||
@ -201,7 +207,7 @@ cd $PKG_BUILD
|
|||||||
--disable-profiling \
|
--disable-profiling \
|
||||||
--enable-joystick \
|
--enable-joystick \
|
||||||
$XBMC_CEC \
|
$XBMC_CEC \
|
||||||
--enable-goom \
|
$XBMC_GOOM \
|
||||||
$XBMC_RSXS \
|
$XBMC_RSXS \
|
||||||
$XBMC_PROJECTM \
|
$XBMC_PROJECTM \
|
||||||
--enable-x11 \
|
--enable-x11 \
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
XBMC_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
XBMC_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
XBMC_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
XBMC_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
XBMC_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'RSXS' Screensaver (yes / no)
|
# build and install 'RSXS' Screensaver (yes / no)
|
||||||
XBMC_SCR_RSXS="no"
|
XBMC_SCR_RSXS="no"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
@ -128,6 +128,9 @@
|
|||||||
# build and install 'ProjectM' Visualization (yes / no)
|
# build and install 'ProjectM' Visualization (yes / no)
|
||||||
XBMC_VIS_PROJECTM="yes"
|
XBMC_VIS_PROJECTM="yes"
|
||||||
|
|
||||||
|
# build and install 'GOOM' Visualization (yes / no)
|
||||||
|
XBMC_VIS_GOOM="yes"
|
||||||
|
|
||||||
# build and install PulseAudio support (yes / no)
|
# build and install PulseAudio support (yes / no)
|
||||||
PULSEAUDIO_SUPPORT="no"
|
PULSEAUDIO_SUPPORT="no"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user