git: fd0260aa93d5 - main - x11/nwg-launchers: rename GLS to WAYLAND (for OPTIONS_UNSET)

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Tue, 01 Oct 2024 00:58:00 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fd0260aa93d5bda16dd8360bbbd52994ba244231

commit fd0260aa93d5bda16dd8360bbbd52994ba244231
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-09-30 12:13:17 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-10-01 00:57:13 +0000

    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