From d9a8cd76e5a156eb8af686eba614b9fada7258fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 12 Jul 2012 16:02:49 +0100 Subject: [PATCH] st/xorg: Fix build failure due to symbol clash. --- src/gallium/state_trackers/xorg/xorg_tracker.h | 3 +++ 1 file changed, 3 insertions(+) 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 #endif +/* Prevent symbol clash */ +#undef Absolute + #include "compat-api.h" #include "pipe/p_screen.h" #include "util/u_inlines.h" -- 2.7.4