From 062d1abede54872a006559d04a74f9b9a6b4550e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 22 Nov 2009 15:08:24 +0100 Subject: [PATCH] project intel: - cleanup and update configfile --- projects/intel/options | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/projects/intel/options b/projects/intel/options index b1e98c3f74..fe5fb010e5 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -12,7 +12,7 @@ # use a TZ environment string TIMEZONE= -# Mediacenter tu use (xbmc / xbmc-pvr) +# Mediacenter tu use (xbmc) MEDIACENTER=xbmc # Skins to install (Vision2) @@ -24,7 +24,7 @@ # build and install Samba Server (yes / no) SAMBA_SERVER=yes -# Displayserver to use (wayland / xorg-server / no) +# Displayserver to use (xorg-server / no) DISPLAYSERVER=xorg-server # Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau) @@ -58,28 +58,10 @@ # Coreboot support (yes / no) COREBOOT=no -# System config dir for target - TARGET_SYSCONFDIR=/usr/etc - ##################################################################### ## Do not change anything below this line ##################################################################### -if [ "$DISPLAYSERVER" = xorg-server ]; then - CAIRO=cairo -elif [ "$DISPLAYSERVER" = wayland ]; then - CAIRO=cairo-drm -fi - -if [ "$MEDIACENTER" = mythtv ]; then - XINERAMA=yes - MESA_GLU=yes -fi - -if [ "$MEDIACENTER" = enna ]; then - MESA_GLU=yes -fi - if [ "$MEDIACENTER" = xbmc ]; then MESA_GLU=yes fi