distributions/projects: move WINDOWSMANAGER var to Generic opts

This commit is contained in:
SupervisedThinking 2021-11-24 18:49:41 +01:00
parent 4ef5569205
commit 123090c397
4 changed files with 9 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"