summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-30 15:10:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-30 15:26:20 -0400
commit21c8bc2b47ce2091534d1e565a8a1fe96f3f4326 (patch)
tree03f357b0719e1c6e4f9bdc877758cc2e32972a14 /meson.build
parent7780b89e8a9106fe131f8c4676251065b40a84fe (diff)
downloadgtk+-21c8bc2b47ce2091534d1e565a8a1fe96f3f4326.tar.gz
build: Require meson 0.54
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 6ad27d2158..ac940638fc 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.53',
+ meson_version : '>= 0.54',
license: 'LGPLv2.1+')
glib_major_req = 2