[gnome-session] build: Up required gtk versions



commit b3c7638d835ffcc3e5e36ec2bdd9f961ee79235b
Author: Ray Strode <rstrode redhat com>
Date:   Tue Sep 21 14:22:27 2010 -0400

    build: Up required gtk versions
    
    We're going to be making some non-backward compatible changes.

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 29f99af..37e00b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,10 +54,10 @@ UPOWER_REQUIRED=0.9.0
 
 case "$with_gtk" in
   2.0) GTK_API_VERSION=2.0
-       GTK_REQUIRED=2.14.0
+       GTK_REQUIRED=2.22.0
        ;;
   3.0) GTK_API_VERSION=3.0
-       GTK_REQUIRED=2.90.0
+       GTK_REQUIRED=2.90.7
        ;;
 esac
 



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