projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ed444a
)
Revert "gallium: remove unneeded -I path from Makefile.templast"
author
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:54:20 +0000
(10:54 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Feb 2010 17:54:20 +0000
(10:54 -0700)
This reverts commit
d9c65ddd52199469c49fc0d3ad90fedb9a69274d
.
Looks like the nouveau drivers need this. Perhaps the drivers
could be fixed to add the extra -I path where needed. I'll leave
that up to others.
src/gallium/Makefile.template
patch
|
blob
|
history
diff --git
a/src/gallium/Makefile.template
b/src/gallium/Makefile.template
index
6b7c7c8
..
713e192
100644
(file)
--- a/
src/gallium/Makefile.template
+++ b/
src/gallium/Makefile.template
@@
-20,6
+20,7
@@
INCLUDES = \
-I. \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary \
+ -I$(TOP)/src/gallium/drivers \
$(LIBRARY_INCLUDES)