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

cmarrin at apple.com cmarrin at apple.com
Wed Dec 22 12:10:41 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4b18efa5e5756c46f935fd65fd49da1953ad94dd
Author: cmarrin at apple.com <cmarrin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 16 20:15:14 2010 +0000

    Build ANGLE for all versions of Mac to fix Leopard build
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65447 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 036011e..acd7736 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -341,8 +341,8 @@ if (isGtk()) {
     # Apple builds JavaScriptGlue, and only on the Mac.
     splice @projects, 1, 0, "JavaScriptGlue";
 
-    # ANGLE is only supported in SnowLeopard and later at present, and must come before WebCore
-    splice @projects, 0, 0, "ANGLE" if osXVersion()->{"minor"} >= 6;
+    # ANGLE must come before WebCore
+    splice @projects, 0, 0, "ANGLE";
 
     # WebKit2 is only supported in SnowLeopard and later at present.
     push @projects, ("WebKit2", "WebKitTools/MiniBrowser") if osXVersion()->{"minor"} >= 6;

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list