diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-28 17:35:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-03-28 17:35:50 -0400 |
commit | f0845d98a21a7a5c5817d50f2076dd2615e3979b (patch) | |
tree | c6aec2c6f8bb0334eaa9e362c25cf5ffb49047e6 | |
parent | 121bbcec4b6b93baec3d38911838c9314c1f5af2 (diff) | |
download | gtk+-f0845d98a21a7a5c5817d50f2076dd2615e3979b.tar.gz |
Bump meson req to 0.50
meson told me to.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 5ce18aaa0b..7319640b10 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.0', license: 'LGPLv2.1+') glib_major_req = 2 |