[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 13:53:11 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit a72c4ae0bd9205639f7412389ff56ea3778e048e
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Sep 28 21:15:44 2010 +0000

    [wx] Build fix, build sources that used to be built as part of other sources.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68560 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index efd591d..3f3a7a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-28  Kevin Ollivier  <kevino at theolliviers.com>
 
+        [wx] Build fix, build sources that used to be built as part of other sources.
+
+        * wscript:
+
+2010-09-28  Kevin Ollivier  <kevino at theolliviers.com>
+
         [wx] One more build fix for Win.
 
         * wscript:
diff --git a/wscript b/wscript
index 2bda05e..fed5895 100644
--- a/wscript
+++ b/wscript
@@ -251,10 +251,7 @@ def build(bld):
         excludes = get_excludes(webcore_dir, exclude_patterns)
         excludes.extend(['UserStyleSheetLoader.cpp', 'RenderMediaControls.cpp'])
 
-        # intermediate sources
-        excludes.append('ColorData.cpp')
-        excludes.append('CSSValueKeywords.cpp')
-        excludes.append('CSSPropertyNames.cpp')
+        # intermediate sourceså
         excludes.append('DocTypeStrings.cpp')
         excludes.append('HTMLEntityNames.cpp')
         excludes.append('tokenizer.cpp')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list