diff options
author | Alexander Larsson <alexl@redhat.com> | 2012-12-06 19:50:47 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2012-12-06 19:54:05 +0100 |
commit | 53e08b58aa157b082cc31f6dc78aee76bc6be1f3 (patch) | |
tree | 469b230886e14a98a4fc8908c9bfec45d8f18931 /configure.ac | |
parent | 9ae96491886716ba56ba87442dd9a93dcf21e027 (diff) | |
download | gtk+-53e08b58aa157b082cc31f6dc78aee76bc6be1f3.tar.gz |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0a62f226cf..d0813868a3 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]) |