summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-06-08 15:53:10 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-06-08 15:53:10 +0000
commit5423136a6407bfb5654234a8a3dcd4a46b4b1201 (patch)
tree8de67c63f9e607c6eb673c4abd1400746d5bfc09 /meson.build
parent4c44845a850b935b28ce7b8665356223a32224fd (diff)
parent0b3cd20be5249c51ec981a66c07a39d54d1d1c9d (diff)
downloadpango-5423136a6407bfb5654234a8a3dcd4a46b4b1201.tar.gz
Merge branch 'master' into 'master'
Replace fallthrough comments with G_GNUC_FALLTHROUGH See merge request GNOME/pango!177
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 904027ba..c427842a 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'