project intel:

- cleanup and update configfile
This commit is contained in:
Stephan Raue 2009-11-22 15:08:24 +01:00
parent 4e6f35bae4
commit 062d1abede

View File

@ -12,7 +12,7 @@
# use a TZ environment string # use a TZ environment string
TIMEZONE= TIMEZONE=
# Mediacenter tu use (xbmc / xbmc-pvr) # Mediacenter tu use (xbmc)
MEDIACENTER=xbmc MEDIACENTER=xbmc
# Skins to install (Vision2) # Skins to install (Vision2)
@ -24,7 +24,7 @@
# build and install Samba Server (yes / no) # build and install Samba Server (yes / no)
SAMBA_SERVER=yes SAMBA_SERVER=yes
# Displayserver to use (wayland / xorg-server / no) # Displayserver to use (xorg-server / no)
DISPLAYSERVER=xorg-server DISPLAYSERVER=xorg-server
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau) # Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau)
@ -58,28 +58,10 @@
# Coreboot support (yes / no) # Coreboot support (yes / no)
COREBOOT=no COREBOOT=no
# System config dir for target
TARGET_SYSCONFDIR=/usr/etc
##################################################################### #####################################################################
## Do not change anything below this line ## 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 if [ "$MEDIACENTER" = xbmc ]; then
MESA_GLU=yes MESA_GLU=yes
fi fi