summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-12-08 22:58:12 -0800
committerJeremy Huddleston <jeremyhu@apple.com>2010-12-14 17:55:19 -0800
commite1e37ef7eb72fb4dfd8cefa1933e406231558d9d (patch)
tree7be48a5e7748b6ebc0ab6c65bd33b2129219ea3c
parentf7d60dae0937efce37daece4af49e89ac44413e7 (diff)
XQuartz GL: Add $(GL_CFLAGS) to CFLAGS
This fixes a build failure I found on tinderbox. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> (cherry picked from commit f641e4b34aa91ecda29e546b8b975e72ce037ed0)
-rw-r--r--hw/xquartz/GL/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/GL/Makefile.am b/hw/xquartz/GL/Makefile.am
index af890776e..736c94b4a 100644
--- a/hw/xquartz/GL/Makefile.am
+++ b/hw/xquartz/GL/Makefile.am
@@ -1,5 +1,5 @@
noinst_LTLIBRARIES = libCGLCore.la
-AM_CFLAGS = $(DIX_CFLAGS)
+AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/glx \