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

Author: Brian Paul <[email protected]>
Date:   Mon Aug  4 14:14:27 2014 -0600

osmesa: link with mesautil

Reviewed-by: Jason Ekstrand <[email protected]>

---

 src/mesa/drivers/osmesa/SConscript |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/osmesa/SConscript 
b/src/mesa/drivers/osmesa/SConscript
index cbff594..caa14d3 100644
--- a/src/mesa/drivers/osmesa/SConscript
+++ b/src/mesa/drivers/osmesa/SConscript
@@ -10,6 +10,7 @@ env.Prepend(CPPPATH = [
 ])
 
 env.Prepend(LIBS = [
+    mesautil,
     glapi,
     mesa,
     glsl,

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

Reply via email to