[gnome-sudoku/vala-port] Bump the Vala and GTK+ requirements



commit 027493eec5a6f8c15db8821306daec85be904750
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Apr 1 19:32:40 2014 -0500

    Bump the Vala and GTK+ requirements
    
    We'll definitely need GTK+ 3.12 for all the new header bar properties
    (e.g. GtkDialog's use-header-bar).
    
    I don't think we need to require Vala 0.24 yet, so let's stick with 0.22
    for now. (I'm not even sure we necessarily need 0.22 -- probably not --
    but 0.16 is almost surely too old.)

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 90709ae..81358cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AM_SILENT_RULES([yes])
 AM_MAINTAINER_MODE([enable])
 GNOME_MAINTAINER_MODE_DEFINES
 
-AM_PROG_VALAC([0.16.0])
+AM_PROG_VALAC([0.22.0])
 AM_PROG_CC_C_O
 
 GLIB_GSETTINGS
@@ -15,7 +15,7 @@ dnl ###########################################################################
 dnl Dependencies
 dnl ###########################################################################
 
-GTK_REQUIRED=3.10.0
+GTK_REQUIRED=3.12.0
 
 PKG_CHECK_MODULES(GNOME_SUDOKU, [
   gio-2.0


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