Module: Mesa
Branch: glsl2
Commit: 1d22923fae7f4c749b3820844110e3d8ee4d26c0
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d22923fae7f4c749b3820844110e3d8ee4d26c0

Author: José Fonseca <[email protected]>
Date:   Sat Aug 14 15:29:15 2010 +0100

scons: Link talloc.

---

 src/gallium/targets/libgl-xlib/SConscript |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/libgl-xlib/SConscript 
b/src/gallium/targets/libgl-xlib/SConscript
index 78703fd..88e216a 100644
--- a/src/gallium/targets/libgl-xlib/SConscript
+++ b/src/gallium/targets/libgl-xlib/SConscript
@@ -35,6 +35,7 @@ env.Prepend(LIBS = [
     mesa,
     glsl,
     gallium,
+    'talloc'
 ])
 
 sources = [

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to