mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
distributions/projects: move WINDOWSMANAGER var to Generic opts
This commit is contained in:
parent
4ef5569205
commit
123090c397
@ -208,9 +208,6 @@
|
||||
# build with installer (yes / no)
|
||||
INSTALLER_SUPPORT="yes"
|
||||
|
||||
# Windowmanager to use (fluxbox / none)
|
||||
WINDOWMANAGER="fluxbox"
|
||||
|
||||
# build and install remote support (yes / no)
|
||||
REMOTE_SUPPORT="yes"
|
||||
|
||||
|
@ -7,6 +7,9 @@
|
||||
# Displayserver to use (weston / x11 / no)
|
||||
DISPLAYSERVER="no"
|
||||
|
||||
# Windowmanager to use (fluxbox / none)
|
||||
WINDOWMANAGER="none"
|
||||
|
||||
# KODI Player implementation to use (mesa / default)
|
||||
KODIPLAYER_DRIVER="mesa"
|
||||
|
||||
|
@ -7,6 +7,9 @@
|
||||
# Displayserver to use (weston / x11 / no)
|
||||
DISPLAYSERVER="weston"
|
||||
|
||||
# Windowmanager to use (fluxbox / none)
|
||||
WINDOWMANAGER="none"
|
||||
|
||||
# KODI Player implementation to use (mesa / default)
|
||||
KODIPLAYER_DRIVER="mesa"
|
||||
|
||||
|
@ -7,6 +7,9 @@
|
||||
# Displayserver to use (weston / x11 / no)
|
||||
DISPLAYSERVER="x11"
|
||||
|
||||
# Windowmanager to use (fluxbox / none)
|
||||
WINDOWMANAGER="fluxbox"
|
||||
|
||||
# KODI Player implementation to use (mesa / default)
|
||||
KODIPLAYER_DRIVER="default"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user