git: d147c87a9842 - main - graphics/igt-gpu-tools: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 02:12:55 UTC
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