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
@@ -12,7 +12,7 @@ production.**
|
||||
|
||||
.. note::
|
||||
|
||||
Mesa requires Meson >= 0.53.0 to build.
|
||||
Mesa requires Meson >= 0.60.0 to build.
|
||||
|
||||
If your distribution doesn't have something recent enough in its
|
||||
repositories, you can `try the methods suggested here
|
||||
|
@@ -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