mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
# Tools
|
||||||
PKG_DEPENDS_TARGET+=" xrandr setxkbmap"
|
PKG_DEPENDS_TARGET+=" xrandr setxkbmap"
|
||||||
|
|
||||||
if [ -n "${WINDOWMANAGER}" -a "${WINDOWMANAGER}" != "none" ]; then
|
if [ -n "${WINDOWMANAGER}" -a "${WINDOWMANAGER}" != "no" ]; then
|
||||||
PKG_DEPENDS_TARGET+=" ${WINDOWMANAGER}"
|
PKG_DEPENDS_TARGET+=" ${WINDOWMANAGER}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user