Module: Mesa Branch: master Commit: 0ba5d8010db839afda031fab1212c10fe1933a55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ba5d8010db839afda031fab1212c10fe1933a55
Author: Brian Paul <[email protected]> Date: Mon Aug 4 14:13:07 2014 -0600 targets/egl-static: link with libmesautil.la Reviewed-by: Jason Ekstrand <[email protected]> --- 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, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
