Mesa (master): osmesa: add gallium include dirs to Makefile.am

Brian Paul brianp at kemper.freedesktop.org
Mon Feb 23 17:07:09 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Feb 23 08:39:11 2015 -0700

osmesa: add gallium include dirs to Makefile.am

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89260
Reviewed-by: Jose Fonseca <jfonseca at vmware.com>

---

 src/mesa/drivers/osmesa/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
index 589b5ee..60048cc 100644
--- a/src/mesa/drivers/osmesa/Makefile.am
+++ b/src/mesa/drivers/osmesa/Makefile.am
@@ -26,6 +26,8 @@ EXTRA_DIST = osmesa.def SConscript
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src \
+	-I$(top_srcdir)/src/gallium/include \
+	-I$(top_srcdir)/src/gallium/auxiliary \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_builddir)/src/mapi \
 	-I$(top_srcdir)/src/mesa/ \




More information about the mesa-commit mailing list