]> Pileus Git - ~andy/gtk/commitdiff
Require new pango with automatic tracking of PangoContext changes
authorAlexander Larsson <alexl@redhat.com>
Thu, 6 Dec 2012 18:50:47 +0000 (19:50 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 6 Dec 2012 18:54:05 +0000 (19:54 +0100)
Pango 1.32.4 has a feature where any PangoLayout automatically handles
the case where a PangoContext is changed. We want to rely on this to
avoid having to clear layouts too often, so we make this a hard dep.

configure.ac

index 0a62f226cfb8e00b92d703e65c0a349e80f4219e..d0813868a3fe8d833c45654c922fdf61487e0571 100644 (file)
@@ -40,7 +40,7 @@ m4_define([gtk_binary_version], [3.0.0])
 
 # required versions of other packages
 m4_define([glib_required_version], [2.35.0])
-m4_define([pango_required_version], [1.30.0])
+m4_define([pango_required_version], [1.32.4])
 m4_define([atk_required_version], [2.5.3])
 m4_define([cairo_required_version], [1.10.0])
 m4_define([gdk_pixbuf_required_version], [2.26.0])