[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:32:07 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 66c5c890b64ef7292c02ed97197c177f9bfa54ee
Author: kevino at webkit.org <kevino at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 18 22:52:49 2010 +0000

    [wx] Build fix, fix use of wrong case in name.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67795 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 78fa09d..efe01a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-18  Kevin Ollivier  <kevino at theolliviers.com>
+
+        [wx] Build fix, fix use of wrong case in name.
+
+        * wscript:
+
 2010-09-16  Eric Uhrhane  <ericu at chromium.org>
 
         Reviewed by Jian Li.
diff --git a/wscript b/wscript
index 100f68f..0cb8850 100644
--- a/wscript
+++ b/wscript
@@ -201,7 +201,7 @@ def build(bld):
     features = [build_port]
     exclude_patterns = ['*AllInOne.cpp', '*Brew.cpp', '*CFNet.cpp', '*Chromium*.cpp', 
             '*Efl.cpp', '*Gtk.cpp', '*Haiku.cpp', '*Mac.cpp', '*None.cpp', '*Qt.cpp', '*Safari.cpp',
-            'test*bindings.*', '*Wince.cpp', "WebDOMCanvas*.cpp", "WebDOMSVG*.cpp"]
+            'test*bindings.*', '*WinCE.cpp', "WebDOMCanvas*.cpp", "WebDOMSVG*.cpp"]
     if build_port == 'wx':
         features.append('curl')
         exclude_patterns.append('*Win.cpp')

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list