31 lines
894 B
Diff
31 lines
894 B
Diff
From e3fc1ac8cd899868f1679671380a484d61ec4882 Mon Sep 17 00:00:00 2001
|
|
From: Giovanni Campagna <gcampagn@redhat.com>
|
|
Date: Fri, 13 Sep 2013 15:52:29 +0200
|
|
Subject: [PATCH 23/38] Add XORG_WAYLAND symbol to xorg-config.h.in
|
|
|
|
We manually duplicate symbols that we want in both xorg-server.h and
|
|
xorg-config.h. XORG_WAYLAND is one such symbol, but it was missing from
|
|
xorg-config.h.in.
|
|
---
|
|
include/xorg-config.h.in | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
|
|
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
|
|
index 487d7ad..a35a9b0 100644
|
|
--- a/include/xorg-config.h.in
|
|
+++ b/include/xorg-config.h.in
|
|
@@ -145,4 +145,10 @@
|
|
/* Support APM/ACPI power management in the server */
|
|
#undef XF86PM
|
|
|
|
+/* Have support for X shared memory fence library (xshmfence) */
|
|
+#undef HAVE_XSHMFENCE
|
|
+
|
|
+/* Building Xorg server. */
|
|
+#undef XORG_WAYLAND
|
|
+
|
|
#endif /* _XORG_CONFIG_H_ */
|
|
--
|
|
1.8.3.1
|
|
|