From caf0988538f150c8bc2f01917c7aa9008ff29c15 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sun, 20 Sep 2009 05:53:52 +0200 Subject: [PATCH] projects/intel/options: change to the new variable of xorg-server --- projects/intel/options | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/intel/options b/projects/intel/options index e0fee16c30..24353a26e3 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -1,10 +1,11 @@ +# Welcome Message for e.g. Telnet Server ISSUE="Welcome to OpenELEC - the powerfull Mediacenter4you" # Mediacenter to use (moovida / mythtv) MEDIACENTER=moovida -# Displayserver to use (wayland / Xorg) - DISPLAYSERVER=wayland +# Displayserver to use (wayland / xorg-server) + DISPLAYSERVER=xorg-server # X.org drivers to use (all / ati,intel) # Space separated list is supported, e.g. XORG_DRIVERS="ati intel" @@ -30,7 +31,7 @@ ## Do not change anything below this line ##################################################################### -if [ "$DISPLAYSERVER" = Xorg ]; then +if [ "$DISPLAYSERVER" = xorg-server ]; then CAIRO=cairo elif [ "$DISPLAYSERVER" = wayland ]; then CAIRO=cairo-drm