r300g: Fix scons build
authorTom Stellard <tstellar@gmail.com>
Sat, 30 Apr 2011 19:26:15 +0000 (12:26 -0700)
committerTom Stellard <tstellar@gmail.com>
Sat, 30 Apr 2011 19:35:06 +0000 (12:35 -0700)
Broken by the dependency on ralloc introduced by
fe622bac0c1b5b9f2a9fcf9f35b51232a06bea42

src/mesa/drivers/dri/r300/compiler/SConscript

index bebb9ebe6236fe6baf6ad19205b000b3325e36cf..9931537492e4b8483c75c1174fc612c8fd9aaaae 100755 (executable)
@@ -3,6 +3,7 @@ Import('*')
 env = env.Clone()
 env.Append(CPPPATH = '#/include')
 env.Append(CPPPATH = '#/src/mesa')
+env.Append(CPPPATH = '#/src/glsl')
 
 # temporary fix
 env['CFLAGS'] = str(env['CFLAGS']).replace('-Werror=declaration-after-statement', '')