Module: Mesa Branch: master Commit: 98e7c3e7a720a77e844e66c1f8fc8e6a42a539b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98e7c3e7a720a77e844e66c1f8fc8e6a42a539b1
Author: Eric Engestrom <[email protected]> Date: Tue Oct 2 14:57:20 2018 +0100 svga: add missing meson build dependency Fixes: a537231b226280bc1e5b7 "meson: build svga driver on linux" Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- src/gallium/drivers/svga/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/meson.build b/src/gallium/drivers/svga/meson.build index 2976212fdf..7981e2991f 100644 --- a/src/gallium/drivers/svga/meson.build +++ b/src/gallium/drivers/svga/meson.build @@ -79,7 +79,7 @@ files_svga = files( libsvga = static_library( 'svga', - files_svga, + [files_svga, sha1_h], c_args : [c_vis_args, c_msvc_compat_args], include_directories : [ inc_src, inc_include, inc_gallium, inc_gallium_aux, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
