Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Apr 2023 08:55:08 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: 401e10359b91 - main - x11-toolkits/gtk40: drop redundant MESON_ARGS after 3507fb3e4ec9
Message-ID:  <202304010855.3318t8WK061972@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=401e10359b91366117280a37cfb47961975f7a44

commit 401e10359b91366117280a37cfb47961975f7a44
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-01 08:45:02 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-01 08:48:41 +0000

    x11-toolkits/gtk40: drop redundant MESON_ARGS after 3507fb3e4ec9
    
    PR:             270361
    Exp-run by:     antoine
---
 x11-toolkits/gtk40/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-toolkits/gtk40/Makefile b/x11-toolkits/gtk40/Makefile
index be5430f33c43..f8175c06e50b 100644
--- a/x11-toolkits/gtk40/Makefile
+++ b/x11-toolkits/gtk40/Makefile
@@ -32,7 +32,7 @@ USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_GNOME=	atk cairo gdkpixbuf2 introspection:build pango \
 		librsvg2:run
-MESON_ARGS=	-Dintrospection=enabled -Dbuild-testsuite=false
+MESON_ARGS=	-Dbuild-testsuite=false
 LDFLAGS+=	-lexecinfo
 
 BINARY_ALIAS=	python3=${PYTHON_CMD}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304010855.3318t8WK061972>