diff options
author | Eric Engestrom <[email protected]> | 2019-07-18 12:55:09 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-07-29 23:07:30 +0100 |
commit | f7b6a8d12fdc446e325129033e5f61e3bbafb0b2 (patch) | |
tree | 0b746ccd27a72fd733d5e57989eefcf32c87846f | |
parent | 8d7f2e22217ee64be88cb09a946b61f3b1ef9ac1 (diff) |
meson: bump required version to 0.46
0.45 has a few annoying bugs (like the one in !358 [1]), and 0.46 is
well over a year old by now, so let's move to it.
[1] https://gitlab.freedesktop.org/mesa/mesa/merge_requests/358
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f4c013a5319..542c35d525b 100644 --- a/meson.build +++ b/meson.build @@ -25,7 +25,7 @@ project( [find_program('python', 'python2', 'python3'), 'bin/meson_get_version.py'] ).stdout(), license : 'MIT', - meson_version : '>= 0.45', + meson_version : '>= 0.46', default_options : ['buildtype=debugoptimized', 'b_ndebug=if-release', 'c_std=c99', 'cpp_std=c++11'] ) |