From be10bc94ba24bd68e1d2df33a2412b5f2e353eb9 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 11 Oct 2011 22:33:29 +0200 Subject: [PATCH] xbmc: make goom support optional Signed-off-by: Stephan Raue --- packages/mediacenter/xbmc/build | 8 +++++++- projects/ATV/options | 3 +++ projects/Fusion/options | 3 +++ projects/Generic/options | 3 +++ projects/Generic_OSS/options | 3 +++ projects/ION/options | 3 +++ projects/Intel/options | 3 +++ projects/Ultra/options | 3 +++ 8 files changed, 28 insertions(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc/build b/packages/mediacenter/xbmc/build index 8a6dce581c..bad981cda0 100755 --- a/packages/mediacenter/xbmc/build +++ b/packages/mediacenter/xbmc/build @@ -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 \ diff --git a/projects/ATV/options b/projects/ATV/options index 54a74289c2..8ffc0b2447 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -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" diff --git a/projects/Fusion/options b/projects/Fusion/options index d395000ed4..1c729095f6 100644 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -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" diff --git a/projects/Generic/options b/projects/Generic/options index c2a68b9e1e..44c0f27ec9 100644 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -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" diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index c8bf8b8411..432879e0fb 100644 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/options @@ -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" diff --git a/projects/ION/options b/projects/ION/options index 49280230af..ef532c9b24 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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" diff --git a/projects/Intel/options b/projects/Intel/options index d55c025435..31404f0d15 100644 --- a/projects/Intel/options +++ b/projects/Intel/options @@ -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" diff --git a/projects/Ultra/options b/projects/Ultra/options index da1ba0d2e5..fca8d854a4 100644 --- a/projects/Ultra/options +++ b/projects/Ultra/options @@ -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"