diff options
author | Denis Gorodnichev <[email protected]> | 2014-07-01 09:59:05 +0400 |
---|---|---|
committer | Denis Gorodnichev <[email protected]> | 2014-07-01 10:06:31 +0400 |
commit | 196d401a9766426c8ac334f5a8ff3a6f05020af8 (patch) | |
tree | e842bda99d376717b33c6690c405677220191f7e | |
parent | 796701300b69c4b008f92e55cd11cf8edc3497eb (diff) | |
download | mate-session-manager-196d401a9766426c8ac334f5a8ff3a6f05020af8.tar.bz2 mate-session-manager-196d401a9766426c8ac334f5a8ff3a6f05020af8.tar.xz |
bump glib and gtk required versions
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a32851e..a9e0aa8 100644 --- a/configure.ac +++ b/configure.ac @@ -46,14 +46,14 @@ AC_ARG_WITH([gtk], [with_gtk=2.0]) AC_MSG_RESULT([$with_gtk]) -GLIB_REQUIRED=2.16.0 +GLIB_REQUIRED=2.28.0 GIO_REQUIRED=2.25.0 DBUS_GLIB_REQUIRED=0.76 UPOWER_REQUIRED=0.9.0 case "$with_gtk" in 2.0) GTK_API_VERSION=2.0 - GTK_REQUIRED=2.14.0 + GTK_REQUIRED=2.24.0 ;; 3.0) GTK_API_VERSION=3.0 GTK_REQUIRED=2.90.0 |