xorg-x11-server/0022-Add-XORG_WAYLAND-symbol-to-xorg-config.h.in.patch

30 lines
892 B
Diff
Raw Normal View History

2013-12-17 15:17:41 +00:00
From a575da27027b91e44df75318f3b570bf8291fe7c Mon Sep 17 00:00:00 2001
2013-09-23 18:10:24 +00:00
From: Giovanni Campagna <gcampagn@redhat.com>
Date: Fri, 13 Sep 2013 15:52:29 +0200
2013-12-17 15:17:41 +00:00
Subject: [PATCH 22/38] Add XORG_WAYLAND symbol to xorg-config.h.in
2013-09-23 18:10:24 +00:00
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.
---
2013-12-17 15:17:41 +00:00
include/xorg-config.h.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2013-09-23 18:10:24 +00:00
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
2013-12-17 15:17:41 +00:00
index 487d7ad..8aec1d8 100644
2013-09-23 18:10:24 +00:00
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
2013-12-17 15:17:41 +00:00
@@ -142,7 +142,7 @@
/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID
2013-09-23 18:10:24 +00:00
2013-12-17 15:17:41 +00:00
-/* Support APM/ACPI power management in the server */
-#undef XF86PM
2013-09-23 18:10:24 +00:00
+/* Building Xorg server. */
+#undef XORG_WAYLAND
2013-12-17 15:17:41 +00:00
2013-09-23 18:10:24 +00:00
#endif /* _XORG_CONFIG_H_ */
--
2013-12-17 15:17:41 +00:00
1.8.4.2
2013-09-23 18:10:24 +00:00