summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-08-02 11:31:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-08-02 11:31:51 -0400
commitf20dcf59b322952ea68879e329fabfebfff1815a (patch)
tree31fc405708175e0b907deaaefa6339cd08282040
parentdb47a5166acd16c87b1cb60711b42492093a06dd (diff)
downloadpango-cairo-version.tar.gz
Bump the cairo dependencycairo-version
The combination of non-rounding pango with not-subpixel-positioning cairo yields unsatisfactory results, so bump the cairo dependency.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 619e6f33..b7b57db3 100644
--- a/meson.build
+++ b/meson.build
@@ -194,7 +194,7 @@ libthai_req_version = '>= 0.1.9'
harfbuzz_req_version = '>= 2.0.0'
fontconfig_req_version = '>= 2.11.91'
xft_req_version = '>= 2.0.0'
-cairo_req_version = '>= 1.12.10'
+cairo_req_version = '>= 1.17.4'
# libm
mathlib_dep = cc.find_library('m', required: false)