Module: Mesa Branch: master Commit: 7edf7d1169eb1efe5f24abc9e5e3f4ef04057c3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7edf7d1169eb1efe5f24abc9e5e3f4ef04057c3b
Author: Tom Stellard <[email protected]> Date: Sat Apr 30 12:26:15 2011 -0700 r300g: Fix scons build Broken by the dependency on ralloc introduced by fe622bac0c1b5b9f2a9fcf9f35b51232a06bea42 --- src/mesa/drivers/dri/r300/compiler/SConscript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/r300/compiler/SConscript b/src/mesa/drivers/dri/r300/compiler/SConscript index bebb9eb..9931537 100755 --- a/src/mesa/drivers/dri/r300/compiler/SConscript +++ b/src/mesa/drivers/dri/r300/compiler/SConscript @@ -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', '') _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
