diff options
author | Brian Paul <brianp@vmware.com> | 2009-08-25 09:42:25 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-08-25 09:42:28 -0600 |
commit | 42ecb1287ebb8b6f29d300e8dcb0e9487504dabc (patch) | |
tree | 698c4f504bcbc9982673da9951ca94eaceb4ac57 /src/mesa | |
parent | a94d66e85748a6ac2b2d4700b6504cc89d1e1945 (diff) |
mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak
Core Mesa and the state tracker do not depend on any gallium drivers.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/sources.mak | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index dfa7e06005..9a9c988ed9 100644 --- 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 |