Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.

This commit is contained in:
Daniel Stone 2005-09-02 03:22:01 +00:00
parent 287336f3c9
commit 854010d71d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-09-02 Daniel Stone <daniel@freedesktop.org>
* GL/mesa/X/Makefile.am:
Add -include dix-config.h to CFLAGS so we pickup _XSERVER64 and other
assorted vaguely useful macros; this unbreaks GLcore on amd64.
2005-09-01 Daniel Stone <daniel@freedesktop.org>
* configure.ac:

View File

@ -15,7 +15,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I$(top_srcdir)/GL/include
# terribly gross hack. i need a shower now.
AM_CFLAGS = $(DIX_CFLAGS) -DXFree86Server
AM_CFLAGS = $(DIX_CFLAGS) -DXFree86Server -include xorg-server.h
libX_la_SOURCES = xf86glx.c \
xf86glx_util.c \