diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-09-30 12:13:17 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-10-01 00:57:13 +0000 |
commit | fd0260aa93d5bda16dd8360bbbd52994ba244231 (patch) | |
tree | 173fb2739db58c2fc414676d61d01d0626da6b57 | |
parent | cc977a4b8b8bd932d57b86c55415328eb09e3647 (diff) | |
download | ports-fd0260aa93d5bda16dd8360bbbd52994ba244231.tar.gz ports-fd0260aa93d5bda16dd8360bbbd52994ba244231.zip |
x11/nwg-launchers: rename GLS to WAYLAND (for OPTIONS_UNSET)
Works fines under Xorg, so help users avoid Wayland dependencies.
-rw-r--r-- | x11/nwg-launchers/Makefile | 9 |
1 files 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 |