From fd0260aa93d5bda16dd8360bbbd52994ba244231 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 30 Sep 2024 14:13:17 +0200 Subject: [PATCH] x11/nwg-launchers: rename GLS to WAYLAND (for OPTIONS_UNSET) Works fines under Xorg, so help users avoid Wayland dependencies. --- x11/nwg-launchers/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/x11/nwg-launchers/Makefile b/x11/nwg-launchers/Makefile index 4329dd4ea59f..2d7f856f87c8 100644 --- a/x11/nwg-launchers/Makefile +++ b/x11/nwg-launchers/Makefile @@ -18,12 +18,11 @@ USE_GITHUB= yes USE_GNOME= gtkmm30 GH_ACCOUNT= nwg-piotr -OPTIONS_DEFINE= GLS -OPTIONS_DEFAULT=GLS +OPTIONS_DEFINE= WAYLAND +OPTIONS_DEFAULT=WAYLAND -GLS_DESC= Layer-shell support -GLS_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell -GLS_MESON_ENABLED= layer-shell +WAYLAND_LIB_DEPENDS= libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell +WAYLAND_MESON_ENABLED= layer-shell post-patch: # Respect PREFIX when looking for .desktop files