mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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)
|
# build with installer (yes / no)
|
||||||
INSTALLER_SUPPORT="yes"
|
INSTALLER_SUPPORT="yes"
|
||||||
|
|
||||||
# Windowmanager to use (fluxbox / none)
|
|
||||||
WINDOWMANAGER="fluxbox"
|
|
||||||
|
|
||||||
# build and install remote support (yes / no)
|
# build and install remote support (yes / no)
|
||||||
REMOTE_SUPPORT="yes"
|
REMOTE_SUPPORT="yes"
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
# Displayserver to use (weston / x11 / no)
|
# Displayserver to use (weston / x11 / no)
|
||||||
DISPLAYSERVER="no"
|
DISPLAYSERVER="no"
|
||||||
|
|
||||||
|
# Windowmanager to use (fluxbox / none)
|
||||||
|
WINDOWMANAGER="none"
|
||||||
|
|
||||||
# KODI Player implementation to use (mesa / default)
|
# KODI Player implementation to use (mesa / default)
|
||||||
KODIPLAYER_DRIVER="mesa"
|
KODIPLAYER_DRIVER="mesa"
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
# Displayserver to use (weston / x11 / no)
|
# Displayserver to use (weston / x11 / no)
|
||||||
DISPLAYSERVER="weston"
|
DISPLAYSERVER="weston"
|
||||||
|
|
||||||
|
# Windowmanager to use (fluxbox / none)
|
||||||
|
WINDOWMANAGER="none"
|
||||||
|
|
||||||
# KODI Player implementation to use (mesa / default)
|
# KODI Player implementation to use (mesa / default)
|
||||||
KODIPLAYER_DRIVER="mesa"
|
KODIPLAYER_DRIVER="mesa"
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@
|
|||||||
# Displayserver to use (weston / x11 / no)
|
# Displayserver to use (weston / x11 / no)
|
||||||
DISPLAYSERVER="x11"
|
DISPLAYSERVER="x11"
|
||||||
|
|
||||||
|
# Windowmanager to use (fluxbox / none)
|
||||||
|
WINDOWMANAGER="fluxbox"
|
||||||
|
|
||||||
# KODI Player implementation to use (mesa / default)
|
# KODI Player implementation to use (mesa / default)
|
||||||
KODIPLAYER_DRIVER="default"
|
KODIPLAYER_DRIVER="default"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user