ci,rusticl: bump meson req to 1.3.1
See https://github.com/mesonbuild/meson/pull/12620 Signed-off-by: Karol Herbst <kherbst@redhat.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24386>
This commit is contained in:
parent
d9fd4d7c0d
commit
d72544eea6
5 changed files with 9 additions and 9 deletions
|
|
@ -813,8 +813,8 @@ if with_gallium_rusticl
|
|||
error('rusticl requires at least one gallium driver.')
|
||||
endif
|
||||
|
||||
if meson.version().version_compare('< 1.3')
|
||||
error('rusticl requires meson 1.3.0 or newer')
|
||||
if meson.version().version_compare('< 1.3.1')
|
||||
error('rusticl requires meson 1.3.1 or newer')
|
||||
endif
|
||||
|
||||
add_languages('rust', required: true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue