mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 06:30:10 +01:00
rusticl: bump meson req
Signed-off-by: Karol Herbst <kherbst@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26636>
This commit is contained in:
parent
2d80240220
commit
280dde8c23
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ To build Rusticl you need to satisfy the following build dependencies:
|
|||
The minimum versions to build Rusticl are:
|
||||
|
||||
- Rust: 1.66
|
||||
- Meson: 1.2.0
|
||||
- Meson: 1.3.0
|
||||
- Bindgen: 0.62.0
|
||||
- LLVM: 11.0.0 (recommended: 15.0.0)
|
||||
- Clang: 11.0.0 (recommended: 15.0.0)
|
||||
|
|
|
|||
|
|
@ -813,8 +813,8 @@ if with_gallium_rusticl
|
|||
error('rusticl requires at least one gallium driver.')
|
||||
endif
|
||||
|
||||
if meson.version().version_compare('< 1.2')
|
||||
error('rusticl requires meson 1.2.0 or newer')
|
||||
if meson.version().version_compare('< 1.3')
|
||||
error('rusticl requires meson 1.3.0 or newer')
|
||||
endif
|
||||
|
||||
add_languages('rust', required: true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue