summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <apinheiro@igalia.com>2021-11-21 22:45:15 +0100
committerMarge Bot <emma+marge@anholt.net>2021-11-24 21:45:37 +0000
commitf8009d3db25512b5dc62d0272c979fb79f8c7075 (patch)
treed33094164d8749e4c601cbed0f572c90ae1d3f4c /meson.build
parentcf6a14de0c664babe8e4d97acfd3bb82ced071e7 (diff)
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: ad8626741236 ("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>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 27b4c089143..9b4e5e28864 100644
--- a/meson.build
+++ b/meson.build
@@ -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']
)