From e8c5cbfd921680c4a68755b66889338a6268debb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 11 Feb 2015 14:18:50 -0800 Subject: mesa: Add gallium include dirs to more parts of the tree. v2: Try to patch up the scons bits. Reviewed-by: Jose Fonseca --- src/mesa/SConscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/SConscript') 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 ]) -- cgit v1.2.3