mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
spirv: add missing build dependency
Fixes: 59a72570b6 ("compiler: Move spirv into a module of its own")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10277
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26624>
This commit is contained in:
parent
88c5affacf
commit
c51e40dd8b
1 changed files with 3 additions and 1 deletions
|
|
@ -81,7 +81,9 @@ idep_vtn = declare_dependency(
|
|||
|
||||
spirv2nir = executable(
|
||||
'spirv2nir',
|
||||
files('spirv2nir.c'),
|
||||
files('spirv2nir.c') + [
|
||||
vtn_generator_ids_h,
|
||||
],
|
||||
dependencies : [dep_m, idep_vtn, idep_mesautil],
|
||||
include_directories : [inc_include, inc_src],
|
||||
c_args : [c_msvc_compat_args, no_override_init_args],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue