diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-11-08 20:52:02 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-11-08 20:52:02 -0500 |
commit | 648fad985cbef84ad7166f88c3eaa900e5197bc1 (patch) | |
tree | 85b2a33998be2d68676d7d987ae60979ef018c8e | |
parent | aae5fa3d34f021a3dcf8663d55f4fec19e9f7aff (diff) | |
download | pango-648fad985cbef84ad7166f88c3eaa900e5197bc1.tar.gz |
Bump fontconfig dep to 2.13.0
This version of fontconfig has all the API
we are using, and was released in 2018.
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f23dd6fc..3caec030 100644 --- a/meson.build +++ b/meson.build @@ -229,7 +229,7 @@ glib_req_version = '>= 2.62' fribidi_req_version = '>= 1.0.6' libthai_req_version = '>= 0.1.9' harfbuzz_req_version = '>= 2.2.0' -fontconfig_req_version = '>= 2.11.91' +fontconfig_req_version = '>= 2.13.0' xft_req_version = '>= 2.0.0' cairo_req_version = '>= 1.12.10' |