rusticl: fix build error with valgrind being enabled

This bumps the meson requierement to 1.0 because it requires
https://github.com/mesonbuild/meson/pull/11024

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7688
Fixes: 20c90fed5a ("rusticl: added")
Signed-off-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19778>
This commit is contained in:
Karol Herbst
2022-11-16 11:50:51 +01:00
parent 4a675f93b9
commit 4b841cfec8
5 changed files with 10 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ To build Rusticl you need to satisfy the following build dependencies:
The minimum versions to build Rusticl are:
- Rust: 1.59
- Meson: 0.61.4
- Meson: 1.0.0
- Bindgen: 0.58.0
- LLVM: 11.0.0 (recommended: 15.0.0)
- SPIRV-Tools: any version (recommended: v2022.3)