Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 22:04:46 +0000
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: 12235b9e5831 - main - x11/swayidle: simplify MESON_ARGS after 5cf2c031f53e
Message-ID:  <6924d67e.3316b.4f9e546e@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=12235b9e58318a81664650961bd530ad6563e4d4

commit 12235b9e58318a81664650961bd530ad6563e4d4
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-11-22 13:36:30 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-11-24 22:02:48 +0000

    x11/swayidle: simplify MESON_ARGS after 5cf2c031f53e
---
 x11/swayidle/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11/swayidle/Makefile b/x11/swayidle/Makefile
index 031697271f4c..5396dbbc6354 100644
--- a/x11/swayidle/Makefile
+++ b/x11/swayidle/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libwayland-client.so:graphics/wayland
 USES=		compiler:c11 meson pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	swaywm
-MESON_ARGS=	-Dlogind=disabled
+MESON_DISABLED=	logind
 PLIST_FILES=	bin/${PORTNAME} \
 		share/bash-completion/completions/${PORTNAME} \
 		share/fish/vendor_completions.d/${PORTNAME}.fish \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d67e.3316b.4f9e546e>