fix CUSTOM_WAYLAND

This commit is contained in:
Tobias Powalowski 2024-09-09 10:13:20 +02:00
parent fd36bf73fc
commit c2ec19d400

View file

@ -61,7 +61,7 @@ if [[ -n "${_G_RELEASE}" ]]; then
fi fi
# install custom xorg or wayland # install custom xorg or wayland
#shellcheck disable=SC2128 #shellcheck disable=SC2128
if [[ -n "${_CUSTOM_X}" || -n "${_CUSTOM_WAYLAND}" ]]; then if [[ -n "${_CUSTOM_X}" || -n "${_CUSTOM_WL}" ]]; then
_custom_wayland_xorg _custom_wayland_xorg
fi fi
# Gnome, KDE/PLASMA or XFCE launch # Gnome, KDE/PLASMA or XFCE launch