Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 2025 22:04:41 +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: 2d38acfd29f0 - main - x11-toolkits/wlroots018: simplify MESON_ARGS after 5cf2c031f53e
Message-ID:  <6924d679.33167.597a3085@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by jbeich:

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

commit 2d38acfd29f0deb634e7eddd118a19e69fe4d98b
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2025-11-22 13:42:20 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2025-11-24 22:02:47 +0000

    x11-toolkits/wlroots018: simplify MESON_ARGS after 5cf2c031f53e
---
 x11-toolkits/wlroots018/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-toolkits/wlroots018/Makefile b/x11-toolkits/wlroots018/Makefile
index d894b295b9b8..726bfd7b3f56 100644
--- a/x11-toolkits/wlroots018/Makefile
+++ b/x11-toolkits/wlroots018/Makefile
@@ -21,7 +21,8 @@ USE_GL=		gbm
 USE_XORG=	pixman
 USE_LDCONFIG=	yes
 GL_SITE=	https://gitlab.freedesktop.org
-MESON_ARGS=	-Dexamples=false -Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
+MESON_FALSE=	examples
+MESON_ARGS=	-Dbackends=${BACKENDS:ts,} -Drenderers=${RENDERERS:ts,}
 PLIST_SUB=	SUFFIX=-${DISTVERSION:R}
 
 PORTSCOUT=	limit:^0\.18\.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6924d679.33167.597a3085>