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

28 lines
805 B
Diff
Raw Normal View History

From 58a429b667443eb2c38bad82358edc1d3df045c5 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
Subject: [PATCH 24/39] 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.
---
include/xorg-config.h.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in
index 0df31ae..8aec1d8 100644
2013-09-23 18:10:24 +00:00
--- a/include/xorg-config.h.in
+++ b/include/xorg-config.h.in
@@ -142,4 +142,7 @@
/* Define to 1 if you have the `seteuid' function. */
#undef HAVE_SETEUID
2013-09-23 18:10:24 +00:00
+/* Building Xorg server. */
+#undef XORG_WAYLAND
+
#endif /* _XORG_CONFIG_H_ */
--
1.8.3.1