mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 14:38:06 +02:00
meson: bump meson requirement to 0.53.0
Needed to avoid the following error:
meson.build:936:0: ERROR: Tried to access unknown option "cpp_rtti"
Fixes: ad86267412 ("meson: Don't override built-in cpp_rtti option, error if it's invalid")
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13905>
This commit is contained in:
parent
cf6a14de0c
commit
f8009d3db2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ project(
|
|||
check : true
|
||||
).stdout(),
|
||||
license : 'MIT',
|
||||
meson_version : '>= 0.52',
|
||||
meson_version : '>= 0.53',
|
||||
default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c11', 'cpp_std=c++14']
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue