summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-08-31 10:46:48 -0400
committerMatt Turner <mattst88@gentoo.org>2022-08-31 10:48:29 -0400
commit06cf08910fc9f11f270c7c228cc7ceab69b76c8f (patch)
tree639895593f38d673dcac8a7b6ccf544cdb5f1773 /x11-libs/libdrm
parentx11-libs/libfontenc: Version bump to 1.1.6 (diff)
downloadgentoo-06cf08910fc9f11f270c7c228cc7ceab69b76c8f.tar.gz
gentoo-06cf08910fc9f11f270c7c228cc7ceab69b76c8f.tar.bz2
gentoo-06cf08910fc9f11f270c7c228cc7ceab69b76c8f.zip
x11-libs/libdrm: Don't build tests
They're restricted, so don't waste time building them. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libdrm')
-rw-r--r--x11-libs/libdrm/libdrm-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 17fce5980bab..efae644e1d3b 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
PYTHON_COMPAT=( python3_{8..11} )
@@ -60,6 +60,7 @@ multilib_src_configure() {
$(meson_feature video_cards_vmware vmwgfx)
# valgrind installs its .pc file to the pkgconfig for the primary arch
-Dvalgrind=$(usex valgrind auto disabled)
+ -Dtests=false # Tests are restricted
)
meson_src_configure
}