mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
meson: bump spirv-tools version needed to v2022.1
Sincec60a421f0c("vtn: Add a debug flag to dump SPIR-V assembly"), we use SPIR-V 1.6, which was added in `spirv-tools 2022.1`. Fixes:c60a421f0c("vtn: Add a debug flag to dump SPIR-V assembly") Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11802 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32034>
This commit is contained in:
parent
d301046eaa
commit
95c2496412
1 changed files with 1 additions and 1 deletions
|
|
@ -1848,7 +1848,7 @@ endif
|
|||
dep_spirv_tools = dependency(
|
||||
'SPIRV-Tools',
|
||||
required : with_clover_spirv or with_clc,
|
||||
version : '>= 2018.0'
|
||||
version : '>= 2022.1'
|
||||
)
|
||||
if dep_spirv_tools.found()
|
||||
pre_args += '-DHAVE_SPIRV_TOOLS'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue