diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-12-08 22:58:12 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-03-13 15:08:40 -0700 |
commit | 2b61715f64baa731faceb9d7367a256d0c87402d (patch) | |
tree | 5f612cdd61f7516c73a819184edf1e91b2019cb9 | |
parent | c89f694cbd46019bdd77dab6d15d34139e74dc24 (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.am | 2 |
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 \ |