[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 14:22:40 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 20d206415848cfacf1f6469a869b2f9c46fe50af
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 12:31:55 2010 +0000

    2010-10-07  Carlos Garcia Campos  <cgarcia at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] Fix the build for GTK+ 3
            https://bugs.webkit.org/show_bug.cgi?id=47249
    
            Bump required gtk+-3 version to 2.91.0
    
            * configure.ac:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69298 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index b94cafa..8db4317 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-10-07  Carlos Garcia Campos  <cgarcia at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] Fix the build for GTK+ 3
+        https://bugs.webkit.org/show_bug.cgi?id=47249
+
+        Bump required gtk+-3 version to 2.91.0
+
+        * configure.ac:
+
 2010-10-07  Simon Hausmann  <simon.hausmann at nokia.com>
 
         Rubber-stamped by Tor Arne Vestbø.
diff --git a/configure.ac b/configure.ac
index c7aae96..891f63e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,7 +199,7 @@ case "$with_gtk" in
           GAIL_PC_NAME=gail
           GAIL_REQUIRED_VERSION=1.8
           ;;
-     3.0) GTK_REQUIRED_VERSION=2.90
+     3.0) GTK_REQUIRED_VERSION=2.91
           GTK_API_VERSION=3.0
           WEBKITGTK_API_MAJOR_VERSION=3
           WEBKITGTK_API_MINOR_VERSION=0

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list