Mesa (master): tests: include mesa headers

Brian Paul brianp at kemper.freedesktop.org
Mon May 21 14:43:32 UTC 2012


Module: Mesa
Branch: master
Commit: a0dffe8701cc5dae955ad20a707833f1f42474a2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0dffe8701cc5dae955ad20a707833f1f42474a2

Author: Paul Seidler <pl.seidler at googlemail.com>
Date:   Mon May 21 08:42:17 2012 -0600

tests: include mesa headers

else they will fail for fresh installs

Signed-off-by: Brian Paul <brianp at vmware.com>

---

 tests/glx/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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




More information about the mesa-commit mailing list