summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-03-13 15:10:00 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-03-13 15:10:00 -0700
commit94458a6e09761e3b7937bb639ea4c12972328c7f (patch)
treedbf356c6dea098fdf4721d7eda4fd52e4834b2e0
parentee8664ee8573d810a8768a2e10dd896b630697ff (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) Conflicts: hw/xquartz/GL/Makefile.am Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-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 9b61305d6..4b9e0aa57 100644
--- a/hw/xquartz/GL/Makefile.am
+++ b/hw/xquartz/GL/Makefile.am
@@ -1,5 +1,5 @@
noinst_LTLIBRARIES = libCGLCore.la
-AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS)
+AM_CFLAGS = $(XSERVER_CFLAGS) $(DIX_CFLAGS) $(GL_CFLAGS)
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/glx \