[virglrenderer-devel] [PATCH 11/11] build-sys: do not build tests on win32

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Thu Mar 3 17:46:52 UTC 2016


From: Marc-André Lureau <marcandre.lureau at redhat.com>

They heavily rely on egl/linux currently

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index a0b5da3..909b996 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AC_ARG_ENABLE(tests,
 
 PKG_CHECK_MODULES(CHECK, [check >= 0.9.4], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
 
-if test "x$build_tests" = "xauto"; then
+if test "x$build_tests" = "xauto" && test "x$os_win32" = "xno"; then
 	build_tests="$HAVE_CHECK"
 fi
 if test "x$build_tests" = "xyes"; then
-- 
2.5.0



More information about the virglrenderer-devel mailing list