mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
project intel:
- cleanup and update configfile
This commit is contained in:
parent
4e6f35bae4
commit
062d1abede
@ -12,7 +12,7 @@
|
||||
# use a TZ environment string
|
||||
TIMEZONE=
|
||||
|
||||
# Mediacenter tu use (xbmc / xbmc-pvr)
|
||||
# Mediacenter tu use (xbmc)
|
||||
MEDIACENTER=xbmc
|
||||
|
||||
# Skins to install (Vision2)
|
||||
@ -24,7 +24,7 @@
|
||||
# build and install Samba Server (yes / no)
|
||||
SAMBA_SERVER=yes
|
||||
|
||||
# Displayserver to use (wayland / xorg-server / no)
|
||||
# Displayserver to use (xorg-server / no)
|
||||
DISPLAYSERVER=xorg-server
|
||||
|
||||
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau)
|
||||
@ -58,28 +58,10 @@
|
||||
# Coreboot support (yes / no)
|
||||
COREBOOT=no
|
||||
|
||||
# System config dir for target
|
||||
TARGET_SYSCONFDIR=/usr/etc
|
||||
|
||||
#####################################################################
|
||||
## Do not change anything below this line
|
||||
#####################################################################
|
||||
|
||||
if [ "$DISPLAYSERVER" = xorg-server ]; then
|
||||
CAIRO=cairo
|
||||
elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||
CAIRO=cairo-drm
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER" = mythtv ]; then
|
||||
XINERAMA=yes
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER" = enna ]; then
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
||||
if [ "$MEDIACENTER" = xbmc ]; then
|
||||
MESA_GLU=yes
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user