summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2021-08-12 22:10:27 -0700
committerMatthias Clasen <mclasen@redhat.com>2021-08-17 11:24:58 -0400
commiteb86069f9df3a97e7f6149a1639d26e30efcea35 (patch)
tree18bc21d19e5a95eacb1696b7213819efc846c9b8
parentf51b158e9a8de5fb4f92346420a5a0a9c97065e2 (diff)
downloadpango-eb86069f9df3a97e7f6149a1639d26e30efcea35.tar.gz
build: Raise required fribidi version
Pango uses the FRIBIDI_TYPE_RLI macro. It was not usable until fribidi commit 46f52d588ab5 ("Fixed bug PFRIBIDI_TYPE_PDF_LRI is undefined. Issue #69") which was first included in v1.0.6.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index d5932b3b..a77da9a5 100644
--- a/meson.build
+++ b/meson.build
@@ -191,7 +191,7 @@ endif
pango_deps = []
glib_req_version = '>= 2.62'
-fribidi_req_version = '>= 0.19.7'
+fribidi_req_version = '>= 1.0.6'
libthai_req_version = '>= 0.1.9'
harfbuzz_req_version = '>= 2.2.0'
fontconfig_req_version = '>= 2.11.91'