[gnome-logs/wip/larsu/listmodel] Bump gio and gtk+ dependencies



commit bacde00eb377c3079f33a26e38511c74c281438e
Author: Lars Uebernickel <lars uebernic de>
Date:   Sun Feb 15 15:27:31 2015 +0100

    Bump gio and gtk+ dependencies
    
    For GListModel and gtk_list_box_bind_model().

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 11b69de..6a91192 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,8 +88,8 @@ AS_IF([test "x$have_desktop_file_validate" = "xyes"],
 AM_CONDITIONAL([LOGS_ENABLE_TESTS], [test "x$testing_utilities" = "xyes"])
 
 dnl Libraries
-GIO_REQUIRED="gio-unix-2.0 >= 2.39.90"
-GTK_REQUIRED="gtk+-3.0 >= 3.13.4"
+GIO_REQUIRED="gio-unix-2.0 >= 2.43.4"
+GTK_REQUIRED="gtk+-3.0 >= 3.15.7"
 SYSTEMD_JOURNAL_REQUIRED="libsystemd-journal"
 PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_JOURNAL_REQUIRED])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]