commit: 04f928e8b599e5619f22ca45c952d491169b0618
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 02:46:17 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 05:48:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04f928e8
dev-util/wayland-scanner: Explicitly disable tests
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/wayland-scanner/wayland-scanner-9999.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-util/wayland-scanner/wayland-scanner-9999.ebuild
b/dev-util/wayland-scanner/wayland-scanner-9999.ebuild
index 0e0f4d733eba..465ecbc49959 100644
--- a/dev-util/wayland-scanner/wayland-scanner-9999.ebuild
+++ b/dev-util/wayland-scanner/wayland-scanner-9999.ebuild
@@ -32,6 +32,7 @@ multilib_src_configure() {
-Ddtd_validation=false
-Dlibraries=false
-Dscanner=true
+ -Dtests=false
)
meson_src_configure
}