mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
projects/intel-ati:
- rewriting project configuration to the new style
This commit is contained in:
parent
12bc2eaddf
commit
fe376add80
@ -1,15 +1,51 @@
|
|||||||
# Mediacenter to use (moovida, entertainer)
|
# Welcome Message for e.g. SSH Server (up to 5 Lines)
|
||||||
MEDIACENTER=moovida
|
GREATING0="#######################################################"
|
||||||
|
GREATING1="# Welcome to OpenELEC - the powerfull Mediacenter4you #"
|
||||||
|
GREATING2="# visit http://www.openelec.tv #"
|
||||||
|
GREATING3="#######################################################"
|
||||||
|
GREATING4=""
|
||||||
|
|
||||||
GAMES=yes
|
# Root password to integrate in the target system
|
||||||
EMULATORS=yes
|
ROOT_PASSWORD="openelec"
|
||||||
|
|
||||||
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
|
# Mediacenter to use (moovida / mythtv / no)
|
||||||
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
|
MEDIACENTER=moovida
|
||||||
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
|
|
||||||
XORG_DRIVERS="ati"
|
|
||||||
DRIDRIVERS="mach64,r128,r200,r300,radeon"
|
|
||||||
|
|
||||||
MESA=Mesa
|
# build with network support (yes / no)
|
||||||
LIBDRM=libdrm
|
NETWORK=yes
|
||||||
|
|
||||||
|
# Displayserver to use (wayland / xorg-server / no)
|
||||||
|
DISPLAYSERVER=xorg-server
|
||||||
|
|
||||||
|
# X.org drivers to use (all / ati,intel)
|
||||||
|
# Space separated list is supported, e.g. XORG_DRIVERS="ati intel"
|
||||||
|
XORG_DRIVERS="ati"
|
||||||
|
|
||||||
|
# DRI drivers to use (i915, i965, radeon)
|
||||||
|
# Comma separated list is supported, e.g. DRIDRIVERS="i915,i965,radeon,swrast"
|
||||||
|
DRIDRIVERS="radeon"
|
||||||
|
|
||||||
|
# MESA to use (Mesa / Mesa-master)
|
||||||
|
MESA=Mesa-master
|
||||||
|
|
||||||
|
# libdrm to use (libdrm / libdrm-master)
|
||||||
|
LIBDRM=libdrm
|
||||||
|
|
||||||
|
# build with games support (yes / no)
|
||||||
|
GAMES=yes
|
||||||
|
|
||||||
|
# build with emulator support (yes / no)
|
||||||
|
EMULATORS=yes
|
||||||
|
|
||||||
|
# Coreboot support (yes / no)
|
||||||
|
COREBOOT=no
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## Do not change anything below this line
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
if [ "$DISPLAYSERVER" = xorg-server ]; then
|
||||||
|
CAIRO=cairo
|
||||||
|
elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||||
|
CAIRO=cairo-drm
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user