mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
virtual/x11: change "none" to "no"
- build windowmanager if it's not set to "no"
This commit is contained in:
parent
5c5d96605f
commit
3869beae70
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user