xbmc: make goom support optional

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-11 22:33:29 +02:00
parent 2dab412a91
commit be10bc94ba
8 changed files with 28 additions and 1 deletions

View File

@ -34,6 +34,12 @@ else
XBMC_PROJECTM="--disable-projectm"
fi
if [ "$XBMC_VIS_GOOM" = yes ]; then
XBMC_GOOM="--enable-goom"
else
XBMC_GOOM="--disable-goom"
fi
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
XBMC_PULSEAUDIO="--enable-pulse"
else
@ -201,7 +207,7 @@ cd $PKG_BUILD
--disable-profiling \
--enable-joystick \
$XBMC_CEC \
--enable-goom \
$XBMC_GOOM \
$XBMC_RSXS \
$XBMC_PROJECTM \
--enable-x11 \

View File

@ -128,6 +128,9 @@
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"

View File

@ -128,6 +128,9 @@
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"

View File

@ -128,6 +128,9 @@
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"

View File

@ -128,6 +128,9 @@
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"

View File

@ -128,6 +128,9 @@
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"

View File

@ -128,6 +128,9 @@
# build and install 'RSXS' Screensaver (yes / no)
XBMC_SCR_RSXS="no"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"

View File

@ -128,6 +128,9 @@
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install 'GOOM' Visualization (yes / no)
XBMC_VIS_GOOM="yes"
# build and install PulseAudio support (yes / no)
PULSEAUDIO_SUPPORT="no"