XQuartz GL: Add $(GL_CFLAGS) to CFLAGS
This fixes a build failure I found on tinderbox. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
This commit is contained in:
parent
883039e07b
commit
f641e4b34a
|
@ -1,5 +1,5 @@
|
||||||
noinst_LTLIBRARIES = libCGLCore.la
|
noinst_LTLIBRARIES = libCGLCore.la
|
||||||
AM_CFLAGS = $(DIX_CFLAGS)
|
AM_CFLAGS = $(DIX_CFLAGS) $(GL_CFLAGS)
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir) \
|
-I$(top_srcdir) \
|
||||||
-I$(top_srcdir)/glx \
|
-I$(top_srcdir)/glx \
|
||||||
|
|
Loading…
Reference in New Issue