[gtk/hex-color-parse: 1/2] Bump the pango dependency




commit 15325fe546d8cdc2c51aa65cc3001c43480f7eb0
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Aug 2 23:29:42 2020 -0400

    Bump the pango dependency
    
    Require pango 1.45.5, so we can use pango_color_parse_with_alpha.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ce711e9ba0..d193835a75 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.45.0'
+pango_req          = '>= 1.45.5'
 fribidi_req        = '>= 0.19.7'
 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]