Mesa (master): mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 25 15:43:56 UTC 2009


Module: Mesa
Branch: master
Commit: 42ecb1287ebb8b6f29d300e8dcb0e9487504dabc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=42ecb1287ebb8b6f29d300e8dcb0e9487504dabc

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug 25 09:42:25 2009 -0600

mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak

Core Mesa and the state tracker do not depend on any gallium drivers.

---

 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 dfa7e06..9a9c988 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




More information about the mesa-commit mailing list