[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

eric at webkit.org eric at webkit.org
Fri Feb 26 22:18:23 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit b525ba30ab46ac97e5e47c0254f8fc3eb11dd158
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Feb 12 03:13:50 2010 +0000

    2010-02-11  Eric Seidel  <eric at webkit.org>
    
            No review, build fix only.
    
            webkitdirs.pm has a crazy amount of duplicated feature detection code
            https://bugs.webkit.org/show_bug.cgi?id=34869
    
            * Scripts/build-webkit: Fix typo which broke bots.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54698 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 3701b9f..83f8ff3 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,5 +1,14 @@
 2010-02-11  Eric Seidel  <eric at webkit.org>
 
+        No review, build fix only.
+
+        webkitdirs.pm has a crazy amount of duplicated feature detection code
+        https://bugs.webkit.org/show_bug.cgi?id=34869
+
+        * Scripts/build-webkit: Fix typo which broke bots.
+
+2010-02-11  Eric Seidel  <eric at webkit.org>
+
         Reviewed by Adam Barth.
 
         webkitdirs.pm has a crazy amount of duplicated feature detection code
diff --git a/WebKitTools/Scripts/build-webkit b/WebKitTools/Scripts/build-webkit
index 2941665..5ae1aae 100755
--- a/WebKitTools/Scripts/build-webkit
+++ b/WebKitTools/Scripts/build-webkit
@@ -323,7 +323,7 @@ if (isGtk()) {
 }
 
 # Force re-link of existing libraries if different than expected
-removeLibraryDependingOnFeature("SVG", "WebCore", $svgSupport);
+removeLibraryDependingOnFeature("WebCore", "SVG", $svgSupport);
 
 if (isInspectorFrontend()) {
     exit exitStatus(copyInspectorFrontendFiles());

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list