mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 17:10:11 +01:00
clc: Add missing idep_vtn
From the libclc linking code. This should probably be split out but that seems like potentially a task for another day. Avoids a linker error in the next commit the easy way. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Reviewed-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25498>
This commit is contained in:
parent
f164edfe71
commit
a6afa48e86
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ _libmesaclc = static_library(
|
|||
c_args : _libmesaclc_c_args,
|
||||
cpp_args : [_libmesaclc_cpp_args, _libmesaclc_c_args],
|
||||
dependencies: [idep_nir, dep_clang, dep_llvm, dep_llvmspirvlib,
|
||||
idep_mesautil, dep_spirv_tools]
|
||||
idep_mesautil, dep_spirv_tools, idep_vtn]
|
||||
)
|
||||
|
||||
idep_mesaclc = declare_dependency(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue