projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44375a3
)
osmesa: add gallium include dirs to Makefile.am
author
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2015 15:39:11 +0000
(08:39 -0700)
committer
Brian Paul
<brianp@vmware.com>
Mon, 23 Feb 2015 17:07:48 +0000
(10:07 -0700)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89260
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mesa/drivers/osmesa/Makefile.am
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/osmesa/Makefile.am
b/src/mesa/drivers/osmesa/Makefile.am
index 589b5ee6ad11166b9c28127257922cb5502efc45..60048cc56a77dfa151fdf4c4683a08ee809108b6 100644
(file)
--- 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/ \