From: José Fonseca Date: Thu, 12 Jul 2012 15:02:49 +0000 (+0100) Subject: st/xorg: Fix build failure due to symbol clash. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9a8cd76e5a156eb8af686eba614b9fada7258fe;p=mesa.git st/xorg: Fix build failure due to symbol clash. --- diff --git a/src/gallium/state_trackers/xorg/xorg_tracker.h b/src/gallium/state_trackers/xorg/xorg_tracker.h index 242323d2aa2..96f1a775197 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"