Module: Mesa Branch: master Commit: 6b834af77ec41ea974238580b23d28a5f6335090 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b834af77ec41ea974238580b23d28a5f6335090
Author: Roland Scheidegger <[email protected]> Date: Tue Aug 5 04:03:59 2014 +0200 targets/dri: link with mesautil Similar to other recent build fixes. Reviewed-by: Emil Velikov <[email protected]> --- src/gallium/targets/dri/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/targets/dri/SConscript b/src/gallium/targets/dri/SConscript index 7c567c3..a732247 100644 --- a/src/gallium/targets/dri/SConscript +++ b/src/gallium/targets/dri/SConscript @@ -40,6 +40,7 @@ env.Prepend(LIBS = [ ws_kms_dri, softpipe, libloader, + mesautil, mesa, glsl, gallium, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
