mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-11 09:30:27 +01:00
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:
parent
12b99d2581
commit
323d5bbfd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue