virtual/x11: change "none" to "no"

- build windowmanager if it's not set to "no"
This commit is contained in:
SupervisedThinking 2021-11-24 16:56:43 +01:00
parent 5c5d96605f
commit 3869beae70

View File

@ -20,7 +20,7 @@ PKG_LONGDESC="X11 is the Windowing system"
# Tools
PKG_DEPENDS_TARGET+=" xrandr setxkbmap"
if [ -n "${WINDOWMANAGER}" -a "${WINDOWMANAGER}" != "none" ]; then
if [ -n "${WINDOWMANAGER}" -a "${WINDOWMANAGER}" != "no" ]; then
PKG_DEPENDS_TARGET+=" ${WINDOWMANAGER}"
fi