From 645d550054d23810072df7006fefb0600a762d73 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sat, 30 Nov 2013 18:37:17 +0200 Subject: [PATCH] projects/Virtual/options: disable rsxs screensaver and visualisations --- projects/Virtual/options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 07f47ec3cb..52c79d39ac 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -129,13 +129,13 @@ XBMC_EXTRA_FONTS="yes" # build and install 'RSXS' Screensaver (yes / no) - XBMC_SCR_RSXS="yes" + XBMC_SCR_RSXS="no" # build and install 'ProjectM' Visualization (yes / no) - XBMC_VIS_PROJECTM="yes" + XBMC_VIS_PROJECTM="no" # build and install 'GOOM' Visualization (yes / no) - XBMC_VIS_GOOM="yes" + XBMC_VIS_GOOM="no" # build and install 'Waveform' Visualization (yes / no) XBMC_VIS_WAVEFORM="no"