[Mesa-dev] [PATCH] osmesa: add gallium include dirs to Makefile.am

Brian Paul brianp at vmware.com
Mon Feb 23 07:39:45 PST 2015


Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89260
---
 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/ \
-- 
1.9.1



More information about the mesa-dev mailing list