[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:30:36 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d7d22884e32a1f1ea11361901aa4e99cc2a0f713
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jul 27 19:48:00 2010 +0000

    [wx] Build fix after introduction of EXECUTABLE_ALLOCATOR_DEMAND.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64150 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index 5a6c9dd..45d0b60 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,9 @@
+2010-07-27  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix after introduction of EXECUTABLE_ALLOCATOR_DEMAND.
+
+        * wx/build/settings.py:
+
 2010-07-27  Adam Roben  <aroben at apple.com>
 
         Mac build fix
diff --git a/WebKitTools/wx/build/settings.py b/WebKitTools/wx/build/settings.py
index 122f93a..b703967 100644
--- a/WebKitTools/wx/build/settings.py
+++ b/WebKitTools/wx/build/settings.py
@@ -176,7 +176,7 @@ if building_on_win32:
     create_hash_table = get_output('cygpath --unix "%s"' % create_hash_table)
 os.environ['CREATE_HASH_TABLE'] = create_hash_table
 
-feature_defines = ['ENABLE_DATABASE', 'ENABLE_XSLT', 'ENABLE_JAVASCRIPT_DEBUGGER', 'ENABLE_SVG', 'ENABLE_SVG_USE', 'ENABLE_FILTERS', 'ENABLE_SVG_FONTS', 'ENABLE_SVG_ANIMATION', 'ENABLE_SVG_AS_IMAGE', 'ENABLE_SVG_FOREIGN_OBJECT']
+feature_defines = ['ENABLE_DATABASE', 'ENABLE_XSLT', 'ENABLE_JAVASCRIPT_DEBUGGER', 'ENABLE_SVG', 'ENABLE_SVG_USE', 'ENABLE_FILTERS', 'ENABLE_SVG_FONTS', 'ENABLE_SVG_ANIMATION', 'ENABLE_SVG_AS_IMAGE', 'ENABLE_SVG_FOREIGN_OBJECT', 'EXECUTABLE_ALLOCATOR_DEMAND']
 
 msvc_version = 'msvc2008'
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list