Mesa (master): targets/egl-static: link with libmesautil.la

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


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

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

targets/egl-static: link with libmesautil.la

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

---

 src/gallium/targets/egl-static/SConscript |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/targets/egl-static/SConscript b/src/gallium/targets/egl-static/SConscript
index 33db8e9..e423d5d 100644
--- a/src/gallium/targets/egl-static/SConscript
+++ b/src/gallium/targets/egl-static/SConscript
@@ -32,6 +32,7 @@ env.Prepend(LIBS = [
     trace,
     galahad,
     libloader,
+    mesautil,
     gallium,
     egl,
     st_egl,




More information about the mesa-commit mailing list