git: 88c9e888f7a9 - main - graphics/libdrm: unbreak with --auto-features=enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Mar 2023 17:16:23 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=88c9e888f7a9076dc94b7f6407a434ab56c5d455
commit 88c9e888f7a9076dc94b7f6407a434ab56c5d455
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 16:36:22 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 17:16:02 +0000
graphics/libdrm: unbreak with --auto-features=enabled
meson.build:252:0: ERROR: Dependency "valgrind" not found, tried pkgconfig
PR: 270361
---
graphics/libdrm/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index c5f5c5c68641..6fc6d5f8f13c 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= libpciaccess.so:devel/libpciaccess
USES= gnome meson pkgconfig tar:xz
USE_LDCONFIG= yes
+MESON_ARGS= -Dvalgrind=disabled
OPTIONS_DEFINE= MANPAGES TESTS
OPTIONS_SUB= yes