[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

mrobinson at webkit.org mrobinson at webkit.org
Fri Jan 21 15:15:22 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 4504fd060f582d85febb0bbd4bb792ebc4c56725
Author: mrobinson at webkit.org <mrobinson at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Jan 10 18:52:12 2011 +0000

    2011-01-10  Martin Robinson  <mrobinson at igalia.com>
    
            Reviewed by Xan Lopez.
    
            [GTK] build-webkit disable Blob support via arguments passed to automake
            https://bugs.webkit.org/show_bug.cgi?id=52097
    
            * Scripts/build-webkit: Enable Blob support when building WebKitGTK+ via
            build-webkit.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75389 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index 6a7fb34..f3e6ad0 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,13 @@
+2011-01-10  Martin Robinson  <mrobinson at igalia.com>
+
+        Reviewed by Xan Lopez.
+
+        [GTK] build-webkit disable Blob support via arguments passed to automake
+        https://bugs.webkit.org/show_bug.cgi?id=52097
+
+        * Scripts/build-webkit: Enable Blob support when building WebKitGTK+ via
+        build-webkit.
+
 2011-01-10  Adam Roben  <aroben at apple.com>
 
         Use the same name and description for TestNetscapePlugin on Windows and
diff --git a/Tools/Scripts/build-webkit b/Tools/Scripts/build-webkit
index c300da1..e188b10 100755
--- a/Tools/Scripts/build-webkit
+++ b/Tools/Scripts/build-webkit
@@ -126,7 +126,7 @@ my @features = (
       define => "ENABLE_ACCELERATED_2D_CANVAS", default => 0, value => \$accelerated2dCanvasSupport },
 
     { option => "blob", desc => "Toggle Blob support",
-      define => "ENABLE_BLOB", default => (isAppleMacWebKit()), value => \$blobSupport },
+      define => "ENABLE_BLOB", default => (isAppleMacWebKit() || isGtk()), value => \$blobSupport },
 
     { option => "channel-messaging", desc => "Toggle MessageChannel and MessagePort support",
       define => "ENABLE_CHANNEL_MESSAGING", default => 1, value => \$channelMessagingSupport },

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list