mesa: remove -I$(TOP)/src/gallium/drivers from sources.mak
authorBrian Paul <brianp@vmware.com>
Tue, 25 Aug 2009 15:42:25 +0000 (09:42 -0600)
committerBrian 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

index dfa7e06005029da54e33713cd6f30a7545c3dd69..9a9c988ed96e7e3209772313ea524c244b9d5ae4 100644 (file)
@@ -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