diff options
author | Benjamin Otte <otte@redhat.com> | 2019-01-26 15:05:06 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-04-15 14:40:25 +0200 |
commit | 0791924bf7224825e213031727e4e2253aa4ebbc (patch) | |
tree | d78b0954e1ea1c7fd64a5e9b4f78166d961153ff /meson.build | |
parent | 90870194ff132064a3d35438589385be94baf816 (diff) | |
download | gtk+-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.build | 2 |
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() |