diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2010-12-08 22:58:12 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2010-12-14 17:55:19 -0800 |
commit | e1e37ef7eb72fb4dfd8cefa1933e406231558d9d (patch) | |
tree | 7be48a5e7748b6ebc0ab6c65bd33b2129219ea3c /hw | |
parent | f7d60dae0937efce37daece4af49e89ac44413e7 (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)
Diffstat (limited to 'hw')
-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 \ |