From 53e08b58aa157b082cc31f6dc78aee76bc6be1f3 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 6 Dec 2012 19:50:47 +0100 Subject: [PATCH] Require new pango with automatic tracking of PangoContext changes 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0a62f226c..d0813868a 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.43.2