From 196d401a9766426c8ac334f5a8ff3a6f05020af8 Mon Sep 17 00:00:00 2001 From: Denis Gorodnichev Date: Tue, 1 Jul 2014 09:59:05 +0400 Subject: bump glib and gtk required versions --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.1