diff options
author | Jasmine Hassan <[email protected]> | 2012-12-22 03:07:56 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-22 03:36:29 +0200 |
commit | 79738b4bddc38257848464414a6b0f16dee86d22 (patch) | |
tree | 5020788bca4b4079c4fe179f67ff0c9012ed3b52 /configure.ac | |
parent | f6c53419d075eb15dd952119bfc0bc9db2c30fbd (diff) | |
download | mate-settings-daemon-79738b4bddc38257848464414a6b0f16dee86d22.tar.bz2 mate-settings-daemon-79738b4bddc38257848464414a6b0f16dee86d22.tar.xz |
[general] replace deprecations, use GDK X11 API, bump GTK+ to 2.24
for:
gdk_x11_window_lookup_for_display()
gdk_x11_window_foreign_new_for_display()
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 f4311ab..8286840 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ dnl --------------------------------------------------------------------------- DBUS_GLIB_REQUIRED_VERSION=0.74 GLIB_REQUIRED_VERSION=2.17.3 -GTK_REQUIRED_VERSION=2.21.2 +GTK_REQUIRED_VERSION=2.24.0 GIO_REQUIRED_VERSION=2.26.0 MATE_DESKTOP_REQUIRED_VERSION=1.5.0 LIBMATENOTIFY_REQUIRED_VERSION=1.1.0 |