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

kevino at webkit.org kevino at webkit.org
Wed Dec 22 12:48:13 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 58065c112a529a67950010e5b7622f4b08f92dca
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 20:20:49 2010 +0000

    [wx] Build fix after addition of fileapi directory in WebCore.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66405 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 9835845..071df95 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-30  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix after addition of fileapi directory in WebCore.
+
+        * wx/build/settings.py:
+
 2010-08-30  Alejandro G. Castro  <alex at igalia.com>
 
         Reviewed by Xan Lopez.
diff --git a/WebKitTools/wx/build/settings.py b/WebKitTools/wx/build/settings.py
index f7449be..7dfaa5f 100644
--- a/WebKitTools/wx/build/settings.py
+++ b/WebKitTools/wx/build/settings.py
@@ -109,8 +109,9 @@ webcore_dirs = [
     'WebCore/DerivedSources',
     'WebCore/dom',
     'WebCore/dom/default',
-    'WebCore/editing', 
-    'WebCore/history', 
+    'WebCore/editing',
+    'WebCore/fileapi',
+    'WebCore/history',
     'WebCore/html',
     'WebCore/html/canvas',
     'WebCore/html/parser',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list