diff --git a/packages/mediacenter/xbmc-dharma/build b/packages/mediacenter/xbmc-dharma/build index 22cb6ccf53..6ca5c55f73 100755 --- a/packages/mediacenter/xbmc-dharma/build +++ b/packages/mediacenter/xbmc-dharma/build @@ -2,6 +2,12 @@ . config/options $1 +if [ "$XBMC_VIS_PROJECTM" = yes ]; then + XBMC_PROJECTM="--enable-xbmcprojectm" +else + XBMC_PROJECTM="--disable-xbmcprojectm" +fi + if [ "$PULSEAUDIO_SUPPORT" = yes ]; then XBMC_PULSEAUDIO="--enable-pulse" else @@ -102,7 +108,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag --enable-joystick \ --enable-xrandr \ --disable-goom \ - --disable-xbmcprojectm \ + $XBMC_PROJECTM \ --disable-rsxs \ --disable-ccache \ $XBMC_PULSEAUDIO \ diff --git a/projects/ATV/options b/projects/ATV/options index e36a04caa5..1501a8d87f 100644 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -68,6 +68,9 @@ # e.g. XBMC_PLUGINS="SABnzbd" XBMC_PLUGINS="" +# build and install 'ProjectM' Visualization (yes / no) + XBMC_VIS_PROJECTM="yes" + # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/ION/options b/projects/ION/options index 08934cdc27..aacf39b204 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -68,6 +68,9 @@ # e.g. XBMC_PLUGINS="SABnzbd" XBMC_PLUGINS="" +# build and install 'ProjectM' Visualization (yes / no) + XBMC_VIS_PROJECTM="yes" + # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/generic/options b/projects/generic/options index c5cb22193b..297f33128c 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -68,6 +68,9 @@ # e.g. XBMC_PLUGINS="SABnzbd" XBMC_PLUGINS="" +# build and install 'ProjectM' Visualization (yes / no) + XBMC_VIS_PROJECTM="yes" + # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes" diff --git a/projects/intel/options b/projects/intel/options index c47b143d03..9d1c4d1433 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -68,6 +68,9 @@ # e.g. XBMC_PLUGINS="SABnzbd" XBMC_PLUGINS="" +# build and install 'ProjectM' Visualization (yes / no) + XBMC_VIS_PROJECTM="yes" + # build and install with non-free support # (RAR compression support in XBMC) (yes / no) NONFREE_SUPPORT="yes"