meson: Add mising git_sha1.h dependency.

Fixes: 606dff1b73 "vulkan/overlay: Add support for a control socket."
Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6019>
This commit is contained in:
Bas Nieuwenhuizen 2020-07-22 01:50:47 +02:00 committed by Marge Bot
parent 12b99d2581
commit 323d5bbfd9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ vklayer_files = files(
vklayer_mesa_overlay = shared_library(
'VkLayer_MESA_overlay',
vklayer_files, overlay_spv,
vklayer_files, overlay_spv, sha1_h,
c_args : [no_override_init_args, vulkan_wsi_args],
cpp_args : [vulkan_wsi_args],
gnu_symbol_visibility : 'hidden',