mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-01 13:13:54 +00:00
project/intel/options: cleanup and documentation
This commit is contained in:
parent
02dc26ecdb
commit
3c1b551d3a
@ -1,18 +1,35 @@
|
|||||||
# Mediacenter to use (moovida, mythtv)
|
# Mediacenter to use (moovida / mythtv)
|
||||||
MEDIACENTER=mythtv
|
MEDIACENTER=moovida
|
||||||
|
|
||||||
GAMES=yes
|
# Displayserver to use (wayland / Xorg)
|
||||||
EMULATORS=yes
|
DISPLAYSERVER=wayland
|
||||||
|
|
||||||
# X.org drivers to use (all/ati/geode/glint/i740/intel/mga/nv/openchrome/
|
# X.org drivers to use (all / ati,intel)
|
||||||
# radeonhd/s3/s3virge/savage/sis/tdfx/trident/vesa/vmware)
|
# Space separated list is supported, e.g. XORG_DRIVERS="ati intel"
|
||||||
# Space separated list is supported, e.g. XORG_DRIVERS="ati s3"
|
XORG_DRIVERS="intel"
|
||||||
XORG_DRIVERS="intel"
|
|
||||||
|
|
||||||
# eg.: i915, i965
|
# DRI drivers to use (i915, i965, radeon)
|
||||||
DRIDRIVERS="i965"
|
# Comma separated list is supported, e.g. DRIDRIVERS="i915,i965,radeon,swrast"
|
||||||
|
DRIDRIVERS="radeon,i965"
|
||||||
|
|
||||||
MESA=Mesa-master
|
# MESA to use (Mesa / Mesa-master)
|
||||||
LIBDRM=libdrm
|
MESA=Mesa-master
|
||||||
CAIRO=cairo-master
|
|
||||||
DISPLAY=eagle
|
# libdrm to use (libdrm / libdrm-master)
|
||||||
|
LIBDRM=libdrm
|
||||||
|
|
||||||
|
# build with games support (yes / no)
|
||||||
|
GAMES=yes
|
||||||
|
|
||||||
|
# build with emulator support (yes / no)
|
||||||
|
EMULATORS=yes
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## Do not change anything below this line
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
|
if [ "$DISPLAYSERVER" = Xorg ]; then
|
||||||
|
CAIRO=cairo
|
||||||
|
elif [ "$DISPLAYSERVER" = wayland ]; then
|
||||||
|
CAIRO=cairo-drm
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user