OSDN Git Service

tests: include mesa headers
authorPaul Seidler <pl.seidler@googlemail.com>
Mon, 21 May 2012 14:42:17 +0000 (08:42 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 21 May 2012 14:42:19 +0000 (08:42 -0600)
else they will fail for fresh installs

Signed-off-by: Brian Paul <brianp@vmware.com>
tests/glx/Makefile.am

index 7f93fd7..7413d3b 100644 (file)
@@ -2,6 +2,7 @@ AM_CPPFLAGS = \
        -I$(top_builddir)/src/gtest/include \
        -I$(top_builddir)/src/mapi \
        -I$(top_builddir)/src/glx \
+       -I$(top_builddir)/include \
        $(X11_CFLAGS)
 
 if HAVE_XCB_GLX_CREATE_CONTEXT