diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-11-08 15:04:41 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-11-16 18:40:23 +0000 |
commit | 3c11c57755a306bbe5c4789645cd5e7c9f968e02 (patch) | |
tree | aa93396623af2120c4a8c31d74fdb64e4a170232 /meson.build | |
parent | 1b7c6e5687f278ff76e49102a8dd3e21f030bd22 (diff) | |
download | gtk+-3c11c57755a306bbe5c4789645cd5e7c9f968e02.tar.gz |
Bump up the required version of Meson
Match the one we're testing on our CI infrastructure.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ec8291540e..c07ae0340e 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('gtk', 'c', # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', ], - meson_version : '>= 0.48.0', + meson_version : '>= 0.50.1', license: 'LGPLv2.1+') glib_major_req = 2 |