diff options
author | Timm Bäder <tbaeder@redhat.com> | 2020-04-14 16:24:02 +0200 |
---|---|---|
committer | Timm Bäder <tbaeder@redhat.com> | 2020-04-14 16:27:30 +0200 |
commit | 3981fff79b368ab007cb1e977741a7fd7bb96821 (patch) | |
tree | c5a1327068da09042d39dea533f230edea00042b /meson.build | |
parent | 3d6c8f0bd97171f9409f900f94e694fffecb739f (diff) | |
download | pango-3981fff79b368ab007cb1e977741a7fd7bb96821.tar.gz |
build: Require glib 2.60
So we can use 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 a0d2ecc4..cd6f5ef2 100644 --- a/meson.build +++ b/meson.build @@ -190,7 +190,7 @@ endif # Dependencies pango_deps = [] -glib_req_version = '>= 2.59.2' +glib_req_version = '>= 2.60' fribidi_req_version = '>= 0.19.7' libthai_req_version = '>= 0.1.9' harfbuzz_req_version = '>= 2.0.0' |