Blame SOURCES/0022-Add-XORG_WAYLAND-symbol-to-xorg-config.h.in.patch

d64d53
From a575da27027b91e44df75318f3b570bf8291fe7c Mon Sep 17 00:00:00 2001
70130e
From: Giovanni Campagna <gcampagn@redhat.com>
70130e
Date: Fri, 13 Sep 2013 15:52:29 +0200
d64d53
Subject: [PATCH 22/38] Add XORG_WAYLAND symbol to xorg-config.h.in
70130e
70130e
We manually duplicate symbols that we want in both xorg-server.h and
70130e
xorg-config.h.  XORG_WAYLAND is one such symbol, but it was missing from
70130e
xorg-config.h.in.
70130e
---
d64d53
 include/xorg-config.h.in | 4 ++--
d64d53
 1 file changed, 2 insertions(+), 2 deletions(-)
70130e
70130e
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
d64d53
index 487d7ad..8aec1d8 100644
70130e
--- a/include/xorg-config.h.in
70130e
+++ b/include/xorg-config.h.in
d64d53
@@ -142,7 +142,7 @@
d64d53
 /* Define to 1 if you have the `seteuid' function. */
d64d53
 #undef HAVE_SETEUID
70130e
 
d64d53
-/* Support APM/ACPI power management in the server */
d64d53
-#undef XF86PM
70130e
+/* Building Xorg server. */
70130e
+#undef XORG_WAYLAND
d64d53
 
70130e
 #endif /* _XORG_CONFIG_H_ */
70130e
-- 
d64d53
1.8.4.2
70130e