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:
Alejandro Piñeiro
2021-11-21 22:45:15 +01:00
committed by Marge Bot
parent cf6a14de0c
commit f8009d3db2

View File

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