[gnome-logs] build: Require GTK+ 3.22



commit c648988620d87c1643a7e821daad84294a5a0f58
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Jul 31 17:29:25 2017 -0400

    build: Require GTK+ 3.22
    
    Required by https://git.gnome.org/browse/gnome-logs/commit/?id=69a3606
    because gtk-show-uri-on-window was introduced in 3.22
    
    https://bugzilla.gnome.org/show_bug.cgi?id=785659

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4b6177a..ba5c732 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ AM_CONDITIONAL([LOGS_ENABLE_TESTS], [test "x$testing_utilities" = "xyes"])
 
 dnl Libraries
 GIO_REQUIRED="gio-unix-2.0 >= 2.43.90"
-GTK_REQUIRED="gtk+-3.0 >= 3.19.3"
+GTK_REQUIRED="gtk+-3.0 >= 3.22.0"
 SYSTEMD_REQUIRED="libsystemd"
 PKG_CHECK_MODULES([LOGS], [$GIO_REQUIRED $GTK_REQUIRED $SYSTEMD_REQUIRED])
 


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