mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 11:08:03 +02:00
zink: add spirv_info_h dep to libzink.
Build dependency of zink_compiler.c. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11926 Fixes:a09c5d55ed("spirv: Auto-generate spirv_info.h") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31407> (cherry picked from commit55e1a596f6)
This commit is contained in:
parent
b362b71c68
commit
6e1373861c
2 changed files with 2 additions and 2 deletions
|
|
@ -454,7 +454,7 @@
|
|||
"description": "zink: add spirv_info_h dep to libzink.",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "a09c5d55ed7481a9ec61cec956538b8759212c98",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ endif
|
|||
|
||||
libzink = static_library(
|
||||
'zink',
|
||||
[files_libzink, zink_device_info, zink_instance, zink_nir_algebraic_c, vk_dispatch_table],
|
||||
[files_libzink, zink_device_info, zink_instance, zink_nir_algebraic_c, vk_dispatch_table, spirv_info_h],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories : [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_vulkan_util, inc_zink_vk],
|
||||
link_args : [ld_args_build_id],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue