Displaying 1 result from an estimated 1 matches for "56b08ee".
Did you mean:
51b018ee
2014 Oct 23
0
[PATCH] Make building of glamor optional
---
configure.ac | 30 +++++++++++++++++++++---------
1 file changed, 21 insertions(+), 9 deletions(-)
diff --git a/configure.ac b/configure.ac
index ccf320a..56b08ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,17 +140,29 @@ if test "x$have_list_h" = xyes; then
#include "list.h"])
fi
-AC_CHECK_HEADERS([glamor.h],[found_glamor_header=yes],[found_glamor_header=no],
- [#include "xorg-server.h"])
-AC_MS...