targets/egl-static: link with libmesautil.la
authorBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 20:13:07 +0000 (14:13 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 21:22:48 +0000 (15:22 -0600)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/gallium/targets/egl-static/SConscript

index 33db8e9f2a13d5d931229a4de34f3170920b49f3..e423d5d2b724ddd45af7190fd08e821ac784a481 100644 (file)
@@ -32,6 +32,7 @@ env.Prepend(LIBS = [
     trace,
     galahad,
     libloader,
+    mesautil,
     gallium,
     egl,
     st_egl,