summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-28 17:35:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-28 17:35:50 -0400
commitf0845d98a21a7a5c5817d50f2076dd2615e3979b (patch)
treec6aec2c6f8bb0334eaa9e362c25cf5ffb49047e6 /meson.build
parent121bbcec4b6b93baec3d38911838c9314c1f5af2 (diff)
downloadgtk+-f0845d98a21a7a5c5817d50f2076dd2615e3979b.tar.gz
Bump meson req to 0.50
meson told me to.
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 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