[gtk+] Bump the pango requirement
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Bump the pango requirement
- Date: Wed, 3 Jan 2018 19:07:03 +0000 (UTC)
commit f259aa7e7607e7826720d0003f92a378eb2a138b
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jan 3 13:06:28 2018 -0500
Bump the pango requirement
We want to use the new font variation api in pango 1.41.
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 29d0415..64c73e4 100644
--- a/meson.build
+++ b/meson.build
@@ -27,7 +27,7 @@ else
endif
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req = '>= 1.37.3'
+pango_req = '>= 1.41.0'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]