[recipes/list-new: 1/14] Require GTK+ 3.22



commit 283c4a77a2213a3dcb65540cf6ebe682c146e29b
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 24 18:03:14 2017 -0500

    Require GTK+ 3.22
    
    After trying to get recipes to work against 3.18 and 3.20,
    I have concluded that we really need to require 3.22.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e3dbae1..6821b97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -138,7 +138,7 @@ dnl Check for required packages
 dnl ***********************************************************************
 PKG_CHECK_MODULES(RECIPES, [gmodule-2.0
                             gio-2.0 >= 2.42
-                            gtk+-3.0 >= 3.20
+                            gtk+-3.0 >= 3.22
                             $AUTOAR_DEP
                             $GSPELL_DEP
                             $CANBERRA_DEP])


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