[gtk/wip/fontchooser-harfbuzz: 80/81] require pango 1.44



commit fbf74b0ea60827f1dfd03866df2deed799601121
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 30 16:43:20 2019 -0400

    require pango 1.44
    
    We are using pango_font_get_hb_font.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f039710b4c..ec8291540e 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.41.0'
+pango_req          = '>= 1.44.0'
 fribidi_req        = '>= 0.19.7'
 atk_req            = '>= 2.15.1'
 cairo_req          = '>= 1.14.0'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]