xbmc-dharma: add 'ProjectM' visualization support to make Jezz_X more happy :-)

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-01 09:13:02 +01:00
parent 34ff3eec81
commit 2602876b53
5 changed files with 19 additions and 1 deletions

View File

@ -2,6 +2,12 @@
. config/options $1 . config/options $1
if [ "$XBMC_VIS_PROJECTM" = yes ]; then
XBMC_PROJECTM="--enable-xbmcprojectm"
else
XBMC_PROJECTM="--disable-xbmcprojectm"
fi
if [ "$PULSEAUDIO_SUPPORT" = yes ]; then if [ "$PULSEAUDIO_SUPPORT" = yes ]; then
XBMC_PULSEAUDIO="--enable-pulse" XBMC_PULSEAUDIO="--enable-pulse"
else else
@ -102,7 +108,7 @@ $AUTORECONF xbmc/lib/libid3tag/libid3tag
--enable-joystick \ --enable-joystick \
--enable-xrandr \ --enable-xrandr \
--disable-goom \ --disable-goom \
--disable-xbmcprojectm \ $XBMC_PROJECTM \
--disable-rsxs \ --disable-rsxs \
--disable-ccache \ --disable-ccache \
$XBMC_PULSEAUDIO \ $XBMC_PULSEAUDIO \

View File

@ -68,6 +68,9 @@
# e.g. XBMC_PLUGINS="SABnzbd" # e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS="" XBMC_PLUGINS=""
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install with non-free support # build and install with non-free support
# (RAR compression support in XBMC) (yes / no) # (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes" NONFREE_SUPPORT="yes"

View File

@ -68,6 +68,9 @@
# e.g. XBMC_PLUGINS="SABnzbd" # e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS="" XBMC_PLUGINS=""
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install with non-free support # build and install with non-free support
# (RAR compression support in XBMC) (yes / no) # (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes" NONFREE_SUPPORT="yes"

View File

@ -68,6 +68,9 @@
# e.g. XBMC_PLUGINS="SABnzbd" # e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS="" XBMC_PLUGINS=""
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install with non-free support # build and install with non-free support
# (RAR compression support in XBMC) (yes / no) # (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes" NONFREE_SUPPORT="yes"

View File

@ -68,6 +68,9 @@
# e.g. XBMC_PLUGINS="SABnzbd" # e.g. XBMC_PLUGINS="SABnzbd"
XBMC_PLUGINS="" XBMC_PLUGINS=""
# build and install 'ProjectM' Visualization (yes / no)
XBMC_VIS_PROJECTM="yes"
# build and install with non-free support # build and install with non-free support
# (RAR compression support in XBMC) (yes / no) # (RAR compression support in XBMC) (yes / no)
NONFREE_SUPPORT="yes" NONFREE_SUPPORT="yes"