diff options
author | Emmanuele Bassi <ebassi@gmail.com> | 2019-11-16 20:26:31 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gmail.com> | 2019-11-16 20:26:31 +0000 |
commit | 1ba2923616ea2f9ca84d64b1bb7413f505ff0442 (patch) | |
tree | aa93396623af2120c4a8c31d74fdb64e4a170232 | |
parent | 1b7c6e5687f278ff76e49102a8dd3e21f030bd22 (diff) | |
parent | 3c11c57755a306bbe5c4789645cd5e7c9f968e02 (diff) | |
download | gtk+-1ba2923616ea2f9ca84d64b1bb7413f505ff0442.tar.gz |
Merge branch 'meson-bump' into 'master'
Bump up the required version of Meson
See merge request GNOME/gtk!1191
-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 |