summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-04-30 12:34:47 -0400
committerRyan Lortie <desrt@desrt.ca>2012-04-30 17:50:45 -0400
commitaf71917015fc93c0dce5423b6f29e602d8fe751d (patch)
treec35590faa445c149414590117c3d88224a02ee35 /configure.ac
parentbabd137e325931ee7b791dec8df825ad1262a320 (diff)
downloadgtk+-af71917015fc93c0dce5423b6f29e602d8fe751d.tar.gz
GtkApplication: adjust to GApplication changes
GApplication now makes the session bus and object path available as a public API on the application instance. Use that instead of trying to guess values for ourselves. This causes this version of Gtk+ to depend on GLib 2.32.2, so bumping version dependency accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=671249
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 440176cefd..7901e1e53e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_CONFIG_AUX_DIR([build-aux])
m4_define([gtk_binary_version], [3.0.0])
# required versions of other packages
-m4_define([glib_required_version], [2.32.0])
+m4_define([glib_required_version], [2.33.1])
m4_define([pango_required_version], [1.30.0])
m4_define([atk_required_version], [2.2.0])
m4_define([cairo_required_version], [1.10.0])