Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 2023 17:16:23 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: 88c9e888f7a9 - main - graphics/libdrm: unbreak with --auto-features=enabled
Message-ID:  <202303201716.32KHGNQM036963@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=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



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