Date: Tue, 1 Oct 2024 00:58:00 GMT From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fd0260aa93d5 - main - x11/nwg-launchers: rename GLS to WAYLAND (for OPTIONS_UNSET) Message-ID: <202410010058.4910w0hg081563@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410010058.4910w0hg081563>