From 123090c397e337e47a35ad5670ea29916a8dfe69 Mon Sep 17 00:00:00 2001 From: SupervisedThinking Date: Wed, 24 Nov 2021 18:49:41 +0100 Subject: [PATCH] distributions/projects: move WINDOWSMANAGER var to Generic opts --- distributions/LibreELEC/options | 3 --- projects/Generic/devices/Generic/options | 3 +++ projects/Generic/devices/wayland/options | 3 +++ projects/Generic/devices/x11/options | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/distributions/LibreELEC/options b/distributions/LibreELEC/options index 9760c6d602..e0939356c4 100644 --- a/distributions/LibreELEC/options +++ b/distributions/LibreELEC/options @@ -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" diff --git a/projects/Generic/devices/Generic/options b/projects/Generic/devices/Generic/options index e8c1830201..ad64946caa 100644 --- a/projects/Generic/devices/Generic/options +++ b/projects/Generic/devices/Generic/options @@ -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" diff --git a/projects/Generic/devices/wayland/options b/projects/Generic/devices/wayland/options index 5c937c0006..c9c0f1f332 100644 --- a/projects/Generic/devices/wayland/options +++ b/projects/Generic/devices/wayland/options @@ -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" diff --git a/projects/Generic/devices/x11/options b/projects/Generic/devices/x11/options index faeb0f0d86..9f0a2e7f71 100644 --- a/projects/Generic/devices/x11/options +++ b/projects/Generic/devices/x11/options @@ -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"