diff --git a/docs/meson.rst b/docs/meson.rst index 24343cfe251..89891aa62a0 100644 --- a/docs/meson.rst +++ b/docs/meson.rst @@ -12,7 +12,7 @@ production.** .. 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 repositories, you can `try the methods suggested here diff --git a/meson.build b/meson.build index 237bb3477ab..88ab5e3e454 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( ['c', 'cpp'], version : files('VERSION'), 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'] )