meson: bump minimum version to 0.60

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21485>
This commit is contained in:
Eric Engestrom
2023-02-23 10:47:03 +00:00
committed by Marge Bot
parent 9a34b2ab0e
commit 049086cd58
2 changed files with 2 additions and 2 deletions

View File

@@ -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']
)