summaryrefslogtreecommitdiff
path: root/GL/mesa
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-09-02 03:22:01 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-09-02 03:22:01 +0000
commit854010d71dc0f1e9b73cdc764c9d2cf36f1da625 (patch)
treeea4860a50dfeb1266041a2d03c4c6eaeada6fa65 /GL/mesa
parent287336f3c9e5023acbfba6508b05a68ccca9ddf0 (diff)
Add -include dix-config.h to GL/mesa/X to catch _XSERVER64, et al.
Diffstat (limited to 'GL/mesa')
-rw-r--r--GL/mesa/X/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am
index 4d5b8daeb..66b571cff 100644
--- a/GL/mesa/X/Makefile.am
+++ b/GL/mesa/X/Makefile.am
@@ -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 \