[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

andreas.kling at nokia.com andreas.kling at nokia.com
Wed Dec 22 13:38:56 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit d77c67f4390116fce052049046cd980004e8fca2
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 13:53:46 2010 +0000

    2010-09-22  İsmail Dönmez  <ismail at namtrac.org>
    
            Reviewed by Andreas Kling.
    
            [Qt] Buildfix for WinCE
    
            * Api/DerivedSources.pro:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68037 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/qt/Api/DerivedSources.pro b/WebKit/qt/Api/DerivedSources.pro
index 6fb52f2..233acf0 100644
--- a/WebKit/qt/Api/DerivedSources.pro
+++ b/WebKit/qt/Api/DerivedSources.pro
@@ -10,7 +10,7 @@ DESTDIR = ../../../include/QtWebKit
 QUOTE = ""
 DOUBLE_ESCAPED_QUOTE = ""
 ESCAPE = ""
-win32-msvc* | (contains(QMAKE_HOST.os, "Windows"):isEmpty(QMAKE_SH)) {
+win32-msvc* | wince* | (contains(QMAKE_HOST.os, "Windows"):isEmpty(QMAKE_SH)) {
     # MinGW's make will run makefile commands using sh, even if make
     #  was run from the Windows shell, if it finds sh in the path.
     ESCAPE = "^"
diff --git a/WebKit/qt/ChangeLog b/WebKit/qt/ChangeLog
index 3b28536..347b19c 100644
--- a/WebKit/qt/ChangeLog
+++ b/WebKit/qt/ChangeLog
@@ -1,3 +1,11 @@
+2010-09-22  İsmail Dönmez  <ismail at namtrac.org>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] Buildfix for WinCE
+
+        * Api/DerivedSources.pro:
+
 2010-09-20  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Eric Carlson.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list