util: Gather some common macros
This gathers macros that have been included across components into util so that the include chain can be more vertical. In particular, this makes util stand on its own without any dependence whatsoever on the rest of mesa. Signed-off-by: "Jason Ekstrand" <jason.ekstrand@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
parent
72e55bb688
commit
efa0aa8ffc
23 changed files with 154 additions and 106 deletions
|
|
@ -8,8 +8,6 @@ env = env.Clone()
|
|||
|
||||
env.Prepend(CPPPATH = [
|
||||
'#include',
|
||||
'#src/mapi',
|
||||
'#src/mesa',
|
||||
'#src/util',
|
||||
])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue