mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
meson: bump minimum version to 0.60
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21485>
This commit is contained in:
parent
9a34b2ab0e
commit
049086cd58
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ production.**
|
||||||
|
|
||||||
.. note::
|
.. 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
|
If your distribution doesn't have something recent enough in its
|
||||||
repositories, you can `try the methods suggested here
|
repositories, you can `try the methods suggested here
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ project(
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version : files('VERSION'),
|
version : files('VERSION'),
|
||||||
license : 'MIT',
|
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']
|
default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++17', 'rust_std=2021']
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue