[pango: 1/2] build: Raise required fribidi version
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango: 1/2] build: Raise required fribidi version
- Date: Tue, 17 Aug 2021 13:13:01 +0000 (UTC)
commit 8991f893b6cff6bcdbf198cc98f8530e625cb608
Author: Matt Turner <mattst88 gmail com>
Date: Thu Aug 12 22:10:27 2021 -0700
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.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index de49eb0b..92d4a548 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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]