summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <tbaeder@redhat.com>2020-04-14 16:24:02 +0200
committerTimm Bäder <tbaeder@redhat.com>2020-04-14 16:27:30 +0200
commit3981fff79b368ab007cb1e977741a7fd7bb96821 (patch)
treec5a1327068da09042d39dea533f230edea00042b
parent3d6c8f0bd97171f9409f900f94e694fffecb739f (diff)
downloadpango-3981fff79b368ab007cb1e977741a7fd7bb96821.tar.gz
build: Require glib 2.60
So we can use G_GNUC_FALLTHROUGH
-rw-r--r--meson.build2
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'