summaryrefslogtreecommitdiff
path: root/include/xorg-server.h.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-03 09:56:02 -0800
committerKeith Packard <keithp@keithp.com>2013-11-04 18:53:36 -0800
commitaaf0e29619196a283fee7ead2020a91032d84f48 (patch)
tree5adc6b736ccc25686f909df8eeafcedb9160450d /include/xorg-server.h.in
parent33c85beed521c9db140cadd8c5aa9992398ee1fe (diff)
Disable DRI3 and sync fence FD functions if xshmfence isn't available
Make sure the server can build when the xshmfence library isn't present Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/xorg-server.h.in')
-rw-r--r--include/xorg-server.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in
index 1281b3e5e..960817e68 100644
--- a/include/xorg-server.h.in
+++ b/include/xorg-server.h.in
@@ -218,4 +218,7 @@
#define _XSERVER64 1
#endif
+/* Have support for X shared memory fence library (xshmfence) */
+#undef HAVE_XSHMFENCE
+
#endif /* _XORG_SERVER_H_ */