Mesa (master): targets/libgl-xlib: add src/ include dir to fix build

Brian Paul brianp at kemper.freedesktop.org
Tue Feb 24 21:49:46 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Feb 24 08:47:57 2015 -0700

targets/libgl-xlib: add src/ include dir to fix build

---

 src/gallium/targets/libgl-xlib/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/libgl-xlib/Makefile.am b/src/gallium/targets/libgl-xlib/Makefile.am
index 03ba946..de56e28 100644
--- a/src/gallium/targets/libgl-xlib/Makefile.am
+++ b/src/gallium/targets/libgl-xlib/Makefile.am
@@ -26,6 +26,7 @@ GL_TINY = $(MESA_MAJOR)$(MESA_MINOR)0$(MESA_TINY)
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_srcdir)/src/mesa \
 	-I$(top_srcdir)/src/mesa/main \




More information about the mesa-commit mailing list