Mesa (main): meson: bump meson requirement to 0.53.0

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Nov 24 22:16:09 UTC 2021


Module: Mesa
Branch: main
Commit: f8009d3db25512b5dc62d0272c979fb79f8c7075
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8009d3db25512b5dc62d0272c979fb79f8c7075

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Sun Nov 21 22:45:15 2021 +0100

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 at microsoft.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13905>

---

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



More information about the mesa-commit mailing list