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

bfulgham at webkit.org bfulgham at webkit.org
Wed Apr 7 23:39:12 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 9d2babc5a57d49aea64ca88e83cd97107a7491ae
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="&quot;$(WebKitLibrariesDir)\include\cairo&quot;"
 	/>
 	<Tool

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list