mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
options/wayland:
- fix default configuration for building wayland
This commit is contained in:
parent
4d4f4825b5
commit
c352b530e7
@ -9,13 +9,13 @@
|
|||||||
ROOT_PASSWORD="openelec"
|
ROOT_PASSWORD="openelec"
|
||||||
|
|
||||||
# Mediacenter to use (moovida / mythtv / no)
|
# Mediacenter to use (moovida / mythtv / no)
|
||||||
MEDIACENTER=moovida
|
MEDIACENTER=no
|
||||||
|
|
||||||
# build with network support (yes / no)
|
# build with network support (yes / no)
|
||||||
NETWORK=yes
|
NETWORK=yes
|
||||||
|
|
||||||
# Displayserver to use (wayland / xorg-server / no)
|
# Displayserver to use (wayland / xorg-server / no)
|
||||||
DISPLAYSERVER=xorg-server
|
DISPLAYSERVER=wayland
|
||||||
|
|
||||||
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau)
|
# Graphic drivers to use (all / i915,i965,r200,r300,r600,radeon,nouveau)
|
||||||
# Space separated list is supported, e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau"
|
# Space separated list is supported, e.g. GRAPHIC_DRIVERS="i915 i965 radeon nouveau"
|
||||||
@ -28,10 +28,10 @@
|
|||||||
LIBDRM=libdrm
|
LIBDRM=libdrm
|
||||||
|
|
||||||
# build with games support (yes / no)
|
# build with games support (yes / no)
|
||||||
GAMES=yes
|
GAMES=no
|
||||||
|
|
||||||
# build with emulator support (yes / no)
|
# build with emulator support (yes / no)
|
||||||
EMULATORS=yes
|
EMULATORS=no
|
||||||
|
|
||||||
# Coreboot support (yes / no)
|
# Coreboot support (yes / no)
|
||||||
COREBOOT=no
|
COREBOOT=no
|
||||||
|
Loading…
x
Reference in New Issue
Block a user