mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
wl: added tools & drivers opts
This commit is contained in:
parent
bda3abe850
commit
b4bd50432f
@ -14,3 +14,13 @@ PKG_LONGDESC="Wayland is intended as a simpler replacement for X, easier to deve
|
||||
if [ -n "${WINDOWMANAGER}" -a "${WINDOWMANAGER}" != "no" ]; then
|
||||
PKG_DEPENDS_TARGET+=" ${WINDOWMANAGER}"
|
||||
fi
|
||||
|
||||
# Tools for wlroots based compositors
|
||||
if [ "${WINDOWMANAGER}" = "sway" ]; then
|
||||
PKG_DEPENDS_TARGET+=" wlr-randr"
|
||||
fi
|
||||
|
||||
# NVIDIA drivers for Linux
|
||||
if listcontains "${GRAPHIC_DRIVERS}" "nvidia-ng"; then
|
||||
PKG_DEPENDS_TARGET+=" nvidia"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user