Upstream: no From f9b3bc49f9ebb2c908424d30470a3f05e9b8bde0 Mon Sep 17 00:00:00 2001 From: Paul Seidler Date: Fri, 18 May 2012 20:01:59 +0200 Subject: [PATCH] tests: include mesa headers else they will fail for fresh installs --- tests/glx/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/glx/Makefile.am b/tests/glx/Makefile.am index 7f93fd7..7413d3b 100644 --- a/tests/glx/Makefile.am +++ b/tests/glx/Makefile.am @@ -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 -- 1.7.10.2