summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2023-02-23 10:47:03 +0000
committerMarge Bot <emma+marge@anholt.net>2023-03-10 07:20:29 +0000
commit049086cd58138249370fad78c923e3a0423e4e77 (patch)
treea7a2f442ba57e0a398bce4162d9fafbd17714100 /meson.build
parent9a34b2ab0e6f6fce8c959ac837c1455052618bb7 (diff)
meson: bump minimum version to 0.60
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21485>
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 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']
)