projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94d66e
)
mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak
author
Brian Paul
<brianp@vmware.com>
Tue, 25 Aug 2009 15:42:25 +0000
(09:42 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 25 Aug 2009 15:42:28 +0000
(09:42 -0600)
Core Mesa and the state tracker do not depend on any gallium drivers.
src/mesa/sources.mak
patch
|
blob
|
history
diff --git
a/src/mesa/sources.mak
b/src/mesa/sources.mak
index dfa7e06005029da54e33713cd6f30a7545c3dd69..9a9c988ed96e7e3209772313ea524c244b9d5ae4 100644
(file)
--- a/
src/mesa/sources.mak
+++ b/
src/mesa/sources.mak
@@
-371,5
+371,4
@@
INCLUDE_DIRS = \
-I$(TOP)/include \
-I$(TOP)/src/mesa \
-I$(TOP)/src/gallium/include \
- -I$(TOP)/src/gallium/drivers \
-I$(TOP)/src/gallium/auxiliary