projects/intel:

- update config file
This commit is contained in:
Stephan Raue 2009-10-03 23:05:45 +02:00
parent 261d045eb1
commit 9ab4a8af92

View File

@ -12,7 +12,7 @@
# only busybox exists in initramfs) (yes /no )
BUSYBOX_STATIC=yes
# Mediacenter to use (moovida / mythtv / no)
# Mediacenter to use (enna / moovida / mythtv / no)
MEDIACENTER=moovida
# build with plymouth graphical boot (yes / no)
@ -36,7 +36,7 @@
LIBDRM=libdrm
# build with games support (yes / no)
GAMES=no
GAMES=yes
# build with emulator support (yes / no)
EMULATORS=no
@ -63,6 +63,10 @@ if [ "$MEDIACENTER" = mythtv ]; then
MESA_GLU=yes
fi
if [ "$MEDIACENTER" = enna ]; then
MESA_GLU=yes
fi
get_graphicdrivers() {
if [ "$GRAPHIC_DRIVERS" = all ]; then
GRAPHIC_DRIVERS="i915 i965 r200 r300 r600 radeon nouveau"