mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/intel/options: change to the new variable of xorg-server
This commit is contained in:
parent
02e7696b06
commit
caf0988538
@ -1,10 +1,11 @@
|
|||||||
|
# Welcome Message for e.g. Telnet Server
|
||||||
ISSUE="Welcome to OpenELEC - the powerfull Mediacenter4you"
|
ISSUE="Welcome to OpenELEC - the powerfull Mediacenter4you"
|
||||||
|
|
||||||
# Mediacenter to use (moovida / mythtv)
|
# Mediacenter to use (moovida / mythtv)
|
||||||
MEDIACENTER=moovida
|
MEDIACENTER=moovida
|
||||||
|
|
||||||
# Displayserver to use (wayland / Xorg)
|
# Displayserver to use (wayland / xorg-server)
|
||||||
DISPLAYSERVER=wayland
|
DISPLAYSERVER=xorg-server
|
||||||
|
|
||||||
# X.org drivers to use (all / ati,intel)
|
# X.org drivers to use (all / ati,intel)
|
||||||
# Space separated list is supported, e.g. XORG_DRIVERS="ati intel"
|
# Space separated list is supported, e.g. XORG_DRIVERS="ati intel"
|
||||||
@ -30,7 +31,7 @@
|
|||||||
## Do not change anything below this line
|
## Do not change anything below this line
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
if [ "$DISPLAYSERVER" = Xorg ]; then
|
if [ "$DISPLAYSERVER" = xorg-server ]; then
|
||||||
CAIRO=cairo
|
CAIRO=cairo
|
||||||
elif [ "$DISPLAYSERVER" = wayland ]; then
|
elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||||
CAIRO=cairo-drm
|
CAIRO=cairo-drm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user