options/wayland:

- fix default configuration for building wayland
This commit is contained in:
Stephan Raue 2009-09-28 14:27:29 +02:00
parent 4d4f4825b5
commit c352b530e7

View File

@ -9,13 +9,13 @@
ROOT_PASSWORD="openelec" ROOT_PASSWORD="openelec"
# Mediacenter to use (moovida / mythtv / no) # Mediacenter to use (moovida / mythtv / no)
MEDIACENTER=moovida MEDIACENTER=no
# build with network support (yes / no) # build with network support (yes / no)
NETWORK=yes NETWORK=yes
# Displayserver to use (wayland / xorg-server / no) # Displayserver to use (wayland / xorg-server / no)
DISPLAYSERVER=xorg-server DISPLAYSERVER=wayland
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau) # Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau)
# Space separated list is supported, e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau" # Space separated list is supported, e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau"
@ -28,10 +28,10 @@
LIBDRM=libdrm LIBDRM=libdrm
# build with games support (yes / no) # build with games support (yes / no)
GAMES=yes GAMES=no
# build with emulator support (yes / no) # build with emulator support (yes / no)
EMULATORS=yes EMULATORS=no
# Coreboot support (yes / no) # Coreboot support (yes / no)
COREBOOT=no COREBOOT=no