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>
(cherry picked from commit 323d5bbfd9)
This commit is contained in:
Bas Nieuwenhuizen 2020-07-22 01:50:47 +02:00 committed by Eric Engestrom
parent f601c39bb3
commit b3fe8cb8d9
2 changed files with 2 additions and 2 deletions

View file

@ -229,7 +229,7 @@
"description": "meson: Add mising git_sha1.h dependency.",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"master_sha": null,
"because_sha": "606dff1b73fa9509e3a0b21970f02068a8d40219"
},

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 : [c_vis_args, no_override_init_args, vulkan_wsi_args],
cpp_args : [cpp_vis_args, vulkan_wsi_args],
dependencies : [idep_vulkan_util, idep_mesautil, vulkan_wsi_deps, libimgui_core_dep, dep_dl],