Mesa (master): scons: add common.c as part of glcpp build

Tapani Pälli tpalli at kemper.freedesktop.org
Fri May 30 07:13:15 UTC 2014


Module: Mesa
Branch: master
Commit: 56bdffe8c17b51830caf929eb28c68cba62f78a1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56bdffe8c17b51830caf929eb28c68cba62f78a1

Author: Tapani Pälli <tapani.palli at intel.com>
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 <tapani.palli at intel.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>

---

 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)




More information about the mesa-commit mailing list