Mesa (master): st/xorg: Fix build failure due to symbol clash.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Jul 12 15:03:13 UTC 2012


Module: Mesa
Branch: master
Commit: d9a8cd76e5a156eb8af686eba614b9fada7258fe
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9a8cd76e5a156eb8af686eba614b9fada7258fe

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Jul 12 16:02:49 2012 +0100

st/xorg: Fix build failure due to symbol clash.

---

 src/gallium/state_trackers/xorg/xorg_tracker.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/gallium/state_trackers/xorg/xorg_tracker.h b/src/gallium/state_trackers/xorg/xorg_tracker.h
index 242323d..96f1a77 100644
--- a/src/gallium/state_trackers/xorg/xorg_tracker.h
+++ b/src/gallium/state_trackers/xorg/xorg_tracker.h
@@ -46,6 +46,9 @@
 #include <damage.h>
 #endif
 
+/* Prevent symbol clash */
+#undef Absolute
+
 #include "compat-api.h"
 #include "pipe/p_screen.h"
 #include "util/u_inlines.h"




More information about the mesa-commit mailing list