diff options
author | Allison Ryan Lortie <desrt@desrt.ca> | 2015-11-30 21:44:07 +0000 |
---|---|---|
committer | Allison Ryan Lortie <desrt@desrt.ca> | 2015-11-30 16:45:27 -0500 |
commit | 782c4c1caa44f1d497fea77ea8ada838c298570e (patch) | |
tree | 202c3c46c43ec4fe04e0e41ebad7afd87801e0d6 /configure.ac | |
parent | df46616ff86bacb034e0b94ce73947739881fbf7 (diff) | |
download | dconf-782c4c1caa44f1d497fea77ea8ada838c298570e.tar.gz |
Modernise the headers of dconf-client
Add support for g_autoptr() on DConfClient and DConfChangeset. Switch
to using G_DECLARE_FINAL_TYPE in the declaration of DConfClient.
https://bugzilla.gnome.org/show_bug.cgi?id=758871
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 60f78ba..21b57cb 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,7 @@ GLIB_GSETTINGS GTK_DOC_CHECK([1.15]) # Dependencies -PKG_CHECK_MODULES(glib, glib-2.0 >= 2.39.1) +PKG_CHECK_MODULES(glib, glib-2.0 >= 2.44.0) PKG_CHECK_MODULES(gio, gio-unix-2.0) PKG_CHECK_MODULES(dbus, dbus-1) |