Mesa (master): targets/graw-gdi: link with mesautil, not mesautils

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 4 21:23:12 UTC 2014


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug  4 14:15:48 2014 -0600

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

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 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',




More information about the mesa-commit mailing list