[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.16-1409-g5afdf4d
bfulgham at webkit.org
bfulgham at webkit.org
Thu Dec 3 13:35:56 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit 95cc8a6d7489ffbf574be5c435de5dd02938195e
Author: bfulgham at webkit.org <bfulgham at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Nov 13 17:51:15 2009 +0000
Build correction. No review.
The WinCairo build requires ENABLE_FILTERS to work properly.
* win/tools/vsprops/WinCairo.vsprops:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50949 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog
index 605b37a..758d44d 100644
--- a/WebKitLibraries/ChangeLog
+++ b/WebKitLibraries/ChangeLog
@@ -1,3 +1,11 @@
+2009-11-13 Brent Fulgham <bfulgham at webkit.org>
+
+ Build correction. No review.
+
+ The WinCairo build requires ENABLE_FILTERS to work properly.
+
+ * win/tools/vsprops/WinCairo.vsprops:
+
2009-11-02 Dan Bernstein <mitz at apple.com>
Reviewed by John Sullivan.
diff --git a/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops b/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops
index b3b1e4c..1a8f4b2 100644
--- a/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops
+++ b/WebKitLibraries/win/tools/vsprops/WinCairo.vsprops
@@ -6,7 +6,7 @@
>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="WIN_CAIRO=1"
+ PreprocessorDefinitions="WIN_CAIRO=1;ENABLE_FILTERS"
AdditionalIncludeDirectories=""$(WebKitLibrariesDir)\include\cairo""
/>
<Tool
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list