meson: bump minimum version to 0.60
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21485>
This commit is contained in:

committed by
Marge Bot

parent
9a34b2ab0e
commit
049086cd58
@@ -23,7 +23,7 @@ project(
|
||||
['c', 'cpp'],
|
||||
version : files('VERSION'),
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.59',
|
||||
meson_version : '>= 0.60',
|
||||
default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++17', 'rust_std=2021']
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user