mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
trim down -I options
This commit is contained in:
parent
3d9bdaa80b
commit
68caa076a9
1 changed files with 4 additions and 2 deletions
|
|
@ -427,10 +427,12 @@ INCLUDE_DIRS = \
|
|||
-I$(TOP)/src/mesa/main \
|
||||
-I$(TOP)/src/mesa/glapi \
|
||||
-I$(TOP)/src/mesa/math \
|
||||
-I$(TOP)/src/mesa/tnl \
|
||||
-I$(TOP)/src/mesa/shader \
|
||||
-I$(TOP)/src/mesa/shader/grammar \
|
||||
-I$(TOP)/src/mesa/shader/slang \
|
||||
-I$(TOP)/src/mesa/shader/slang
|
||||
|
||||
OLD_INCLUDE_DIRS = \
|
||||
-I$(TOP)/src/mesa/tnl \
|
||||
-I$(TOP)/src/mesa/swrast \
|
||||
-I$(TOP)/src/mesa/swrast_setup \
|
||||
-I$(TOP)/src/mesa/pipe/tgsi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue