summaryrefslogtreecommitdiff
path: root/include/dix-config.h.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-11-05 18:37:12 -0800
committerKeith Packard <keithp@keithp.com>2013-11-05 18:37:12 -0800
commitf348935e7d2c84a438aba08eee2f2c4e0dc77d20 (patch)
treea06402ee43c19d91ce10071d97755f5d1829d52d /include/dix-config.h.in
parent5f1e832694e57986c0185048a941b3af51b2f85f (diff)
Link with xshmfence, reference miSyncShmScreenInit in sdksyms
This gets the server to link with xshmfence again, and also ensures that the miSyncShm code is linked into the server with the reference from sdksyms. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index 397ee967a..156383bf8 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -449,4 +449,7 @@
#include "dix-config-apple-verbatim.h"
#endif
+/* Have support for X shared memory fence library (xshmfence) */
+#undef HAVE_XSHMFENCE
+
#endif /* _DIX_CONFIG_H_ */