Module: Mesa Branch: master Commit: 56bdffe8c17b51830caf929eb28c68cba62f78a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56bdffe8c17b51830caf929eb28c68cba62f78a1
Author: Tapani Pälli <[email protected]> Date: Fri May 30 10:10:09 2014 +0300 scons: add common.c as part of glcpp build to have _mesa_error_no_memory function available Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=79440 Signed-off-by: Tapani Pälli <[email protected]> Reviewed-by: Juha-Pekka Heikkila <[email protected]> --- src/glsl/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/SConscript b/src/glsl/SConscript index fe9d507..dc35477 100644 --- a/src/glsl/SConscript +++ b/src/glsl/SConscript @@ -106,6 +106,6 @@ env.Alias('glsl_compiler', glsl_compiler) glcpp = env.Program( target = 'glcpp/glcpp', - source = ['glcpp/glcpp.c'] + mesa_objs, + source = ['glcpp/glcpp.c', 'tests/common.c'] + mesa_objs, ) env.Alias('glcpp', glcpp) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
