[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 11:23:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 65865bf41f5e7e7067ba5eead049c45037ceab69
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 21 20:30:59 2010 +0000

    [wx] Build fix, adding the WebCore/bindings/generic dir to the list of build dirs.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63853 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index fc8ccfa..1423d88 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-21  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, adding the WebCore/bindings/generic dir to the list of build dirs.
+
+        * wx/build/settings.py:
+
 2010-07-21  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKitTools/wx/build/settings.py b/WebKitTools/wx/build/settings.py
index fe0bc9b..122f93a 100644
--- a/WebKitTools/wx/build/settings.py
+++ b/WebKitTools/wx/build/settings.py
@@ -99,6 +99,7 @@ jscore_dirs = [
 webcore_dirs = [
     'accessibility',
     'bindings',
+    'bindings/generic',
     'bindings/js',
     'bridge', 
     'bridge/c',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list