[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

kevino at webkit.org kevino at webkit.org
Thu Apr 8 00:54:01 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit bf1792dd526bfa370b47d721832c4ab0123400d3
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 5 00:27:38 2010 +0000

    [wx] Build fix, add a couple include dirs to the build.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52769 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 345855f..640beca 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-04  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, add a couple include dirs to the build.
+
+        * wscript:
+
 2010-01-04  Dan Bernstein  <mitz at apple.com>
 
         Windows build fix
diff --git a/WebCore/wscript b/WebCore/wscript
index 1ad8e90..4400f94 100644
--- a/WebCore/wscript
+++ b/WebCore/wscript
@@ -122,6 +122,8 @@ def build(bld):
         if os.path.isdir(fullpath) and not item == "os-win32" and not item == 'icu':
             wk_includes.append(fullpath)
 
+    wk_includes.append(os.path.join(jscore_dir, 'wtf', 'unicode'))
+    wk_includes.append(os.path.join(jscore_dir, 'wtf', 'unicode', 'icu'))
     wk_includes += common_includes + full_dirs
 
     cxxflags = []

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list