From: Brian Paul Date: Tue, 25 Aug 2009 15:42:25 +0000 (-0600) Subject: mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=42ecb1287ebb8b6f29d300e8dcb0e9487504dabc;p=mesa.git mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak Core Mesa and the state tracker do not depend on any gallium drivers. --- diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index dfa7e060050..9a9c988ed96 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