[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.17-1283-gcf603cf
kevino at webkit.org
kevino at webkit.org
Wed Jan 6 00:20:18 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 1a231e3e4210d032655bdd4a7722aa787e831879
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