Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.
This commit is contained in:
parent
287336f3c9
commit
854010d71d
|
@ -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>
|
2005-09-01 Daniel Stone <daniel@freedesktop.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -15,7 +15,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
|
||||||
-I$(top_srcdir)/GL/include
|
-I$(top_srcdir)/GL/include
|
||||||
|
|
||||||
# terribly gross hack. i need a shower now.
|
# 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 \
|
libX_la_SOURCES = xf86glx.c \
|
||||||
xf86glx_util.c \
|
xf86glx_util.c \
|
||||||
|
|
Loading…
Reference in New Issue