mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
rusticl: depend on the spirv_info target
Hit this while building only rusticl_mesa_bindings.
Fixes: a09c5d55ed ("spirv: Auto-generate spirv_info.h")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29275>
This commit is contained in:
parent
36a18208f7
commit
ea1e7dd9e9
1 changed files with 5 additions and 0 deletions
|
|
@ -255,6 +255,10 @@ rusticl_libc_bindings_rs = rust.bindgen(
|
|||
]
|
||||
)
|
||||
|
||||
_idep_mesa_bindings = declare_dependency(
|
||||
sources : spirv_info,
|
||||
)
|
||||
|
||||
rusticl_mesa_bindings = rust.bindgen(
|
||||
input : 'rusticl_mesa_bindings.h',
|
||||
output : 'rusticl_mesa_bindings.rs',
|
||||
|
|
@ -266,6 +270,7 @@ rusticl_mesa_bindings = rust.bindgen(
|
|||
inc_src,
|
||||
],
|
||||
dependencies: [
|
||||
_idep_mesa_bindings,
|
||||
idep_nir_headers,
|
||||
dep_valgrind,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue