[virglrenderer-devel] [PATCH 03/11] build-sys: check a few headers

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


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

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 0eca9d8..a0b5da3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ if test "x$build_tests" = "xyes"; then
 fi
 
 AC_CHECK_FUNCS_ONCE([eventfd])
-
+AC_CHECK_HEADERS_ONCE([sys/uio.h epoxy/egl.h])
 AM_CONDITIONAL(HAVE_VALGRIND, [test "x$VALGRIND" != "x"])
 AM_CONDITIONAL(BUILD_TESTS, [test "x$build_tests" = "xyes"])
 
-- 
2.5.0



More information about the virglrenderer-devel mailing list