summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichel Dänzer <michel.daenzer@amd.com>2015-03-05 18:18:56 +0900
committerMichel Dänzer <michel@daenzer.net>2015-03-17 11:00:22 +0900
commit8fc9a241ab59ffbcdc178d6415332c88a54e85fe (patch)
tree9fdfe8fc07ff1b7deb9d442a1ade2d2bce936c95 /configure.ac
parent4a35e2f33d9cdfb608423046391311109f96fb6b (diff)
Add support for SYNC extension fences v2
v2: Swapped order of patches 11 & 12 because the Present extension uses SYNC fences. Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 891da03b..c2e5a206 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,6 +131,12 @@ AC_CHECK_DECL(xorg_list_init,
#include "xorg-server.h"
#include "list.h"])
+AC_CHECK_HEADERS([misyncshm.h], [], [],
+ [#include <X11/Xdefs.h>
+ #include <X11/Xfuncproto.h>
+ #include "screenint.h"
+ #include "xorg-server.h"])
+
CPPFLAGS="$SAVE_CPPFLAGS"
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0])