summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2019-01-26 15:05:06 +0100
committerBenjamin Otte <otte@redhat.com>2019-04-15 14:40:25 +0200
commit0791924bf7224825e213031727e4e2253aa4ebbc (patch)
treed78b0954e1ea1c7fd64a5e9b4f78166d961153ff /meson.build
parent90870194ff132064a3d35438589385be94baf816 (diff)
downloadgtk+-0791924bf7224825e213031727e4e2253aa4ebbc.tar.gz
Convert fallthrough comments to G_GNUC_FALLTHROUGH
This way it's very obvious that fallthrough is indeed what we want. Also bump the glib requirement to 2.59 which introduced G_GNUC_FALLTHROUGH.
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 711b1cbbaa..9ef5483912 100644
--- a/meson.build
+++ b/meson.build
@@ -11,7 +11,7 @@ project('gtk', 'c',
license: 'LGPLv2.1+')
glib_major_req = 2
-glib_minor_req = 55
+glib_minor_req = 59
glib_micro_req = 0
if glib_minor_req.is_odd()