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

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

targets/graw-gdi: link with mesautil, not mesautils

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

---

 src/gallium/targets/graw-gdi/SConscript |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/targets/graw-gdi/SConscript 
b/src/gallium/targets/graw-gdi/SConscript
index dc7b7f1..f8db6e6 100644
--- a/src/gallium/targets/graw-gdi/SConscript
+++ b/src/gallium/targets/graw-gdi/SConscript
@@ -10,7 +10,7 @@ env.Append(CPPPATH = [
 ])
 
 env.Prepend(LIBS = [
-    mesautils,
+    mesautil,
     gallium,
     'gdi32',
     'user32',

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

Reply via email to