From c352b530e7d35c028a60dd774953aa920525c74e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 Sep 2009 14:27:29 +0200 Subject: [PATCH] options/wayland: - fix default configuration for building wayland --- projects/wayland/options | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/wayland/options b/projects/wayland/options index ccddd6d1fa..672320aae1 100644 --- a/projects/wayland/options +++ b/projects/wayland/options @@ -9,13 +9,13 @@ ROOT_PASSWORD="openelec" # Mediacenter to use (moovida / mythtv / no) - MEDIACENTER=moovida + MEDIACENTER=no # build with network support (yes / no) NETWORK=yes # Displayserver to use (wayland / xorg-server / no) - DISPLAYSERVER=xorg-server + DISPLAYSERVER=wayland # 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" @@ -28,10 +28,10 @@ LIBDRM=libdrm # build with games support (yes / no) - GAMES=yes + GAMES=no # build with emulator support (yes / no) - EMULATORS=yes + EMULATORS=no # Coreboot support (yes / no) COREBOOT=no