summaryrefslogtreecommitdiff
path: root/src/mesa/SConscript
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-02-11 14:18:50 -0800
committerEric Anholt <eric@anholt.net>2015-02-20 11:36:34 -0800
commite8c5cbfd921680c4a68755b66889338a6268debb (patch)
tree7572f6675d9ca68fd9cb9244b93ab24e74dd9bc0 /src/mesa/SConscript
parentf5ac5e20b16d17b0adda6d856829dd0cf997f7dc (diff)
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>
Diffstat (limited to 'src/mesa/SConscript')
-rw-r--r--src/mesa/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/SConscript b/src/mesa/SConscript
index 1ad5f26d8bb..62e81ced184 100644
--- a/src/mesa/SConscript
+++ b/src/mesa/SConscript
@@ -15,6 +15,8 @@ env.Append(CPPPATH = [
'#/src/mapi',
'#/src/glsl',
'#/src/mesa',
+ '#/src/gallium/include',
+ '#/src/gallium/auxiliary',
Dir('../mapi'), # src/mapi build path
Dir('.'), # src/mesa build path
])