Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2023 02:12:55 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: d147c87a9842 - main - graphics/igt-gpu-tools: unbreak with --auto-features=enabled
Message-ID:  <202303300212.32U2CtIg062407@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=d147c87a98426c9ef126257eb058050c096f2e58

commit d147c87a98426c9ef126257eb058050c096f2e58
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-30 01:12:18 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-30 02:11:55 +0000

    graphics/igt-gpu-tools: unbreak with --auto-features=enabled
    
    meson.build:132:0: ERROR: Dependency "valgrind" not found, tried pkgconfig
    
    PR:             270361
    Reported by:    antoine (via exp-run)
---
 graphics/igt-gpu-tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/igt-gpu-tools/Makefile b/graphics/igt-gpu-tools/Makefile
index e7a9a1ce4eab..8e91ae9c8159 100644
--- a/graphics/igt-gpu-tools/Makefile
+++ b/graphics/igt-gpu-tools/Makefile
@@ -31,6 +31,7 @@ USE_LDCONFIG=	yes
 USE_XORG=	pixman
 
 SHEBANG_FILES=	scripts/code_cov_gather_on_test scripts/code_cov_parse_info
+MESON_ARGS=	-Dvalgrind=disabled
 
 OPTIONS_DEFINE=		CHAMELIUM DOCS RUNNER TEST
 OPTIONS_DEFAULT=	DOCS RUNNER TEST



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