[pango/fixes-for-1-48: 1/2] build: Raise required fribidi version
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/fixes-for-1-48: 1/2] build: Raise required fribidi version
- Date: Tue, 17 Aug 2021 15:25:42 +0000 (UTC)
commit eb86069f9df3a97e7f6149a1639d26e30efcea35
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 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'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]