mesa: Add gallium include dirs to more parts of the tree.

v2: Try to patch up the scons bits.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Eric Anholt
2015-02-11 14:18:50 -08:00
parent f5ac5e20b1
commit e8c5cbfd92
12 changed files with 24 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ env.Prepend(CPPPATH = [
'#src',
'#src/mapi',
'#src/mesa',
'#src/gallium/include',
'#src/gallium/auxiliary',
'#src/glsl',
'#src/glsl/glcpp',
])