[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

paroga at webkit.org paroga at webkit.org
Fri Jan 21 14:54:35 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 2a0441602a33357cc8209adc2867c09bf627cad7
Author: paroga at webkit.org <paroga at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Jan 4 15:33:17 2011 +0000

    2011-01-04  Patrick Gansterer  <paroga at webkit.org>
    
            Unreviewed WinCE build fix.
    
            * CMakeListsWinCE.txt: Added missing include directories, files and libraries.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74968 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeListsWinCE.txt b/WebCore/CMakeListsWinCE.txt
index 4fa2930..c33dc16 100644
--- a/WebCore/CMakeListsWinCE.txt
+++ b/WebCore/CMakeListsWinCE.txt
@@ -12,6 +12,8 @@ LIST(APPEND WebCore_INCLUDE_DIRECTORIES
     "${3RDPARTY_DIR}/libjpeg"
     "${3RDPARTY_DIR}/libpng"
     "${3RDPARTY_DIR}/libxml2/include"
+    "${3RDPARTY_DIR}/libxslt/include"
+    "${3RDPARTY_DIR}/sqlite"
     "${3RDPARTY_DIR}/zlib"
 )
 
@@ -42,6 +44,7 @@ LIST(APPEND WebCore_SOURCES
     platform/win/ContextMenuWin.cpp
     platform/win/CursorWin.cpp
     platform/win/EditorWin.cpp
+    platform/win/EventLoopWin.cpp
     platform/win/KeyEventWin.cpp
     platform/win/LanguageWin.cpp
     platform/win/PasteboardWin.cpp
@@ -72,6 +75,7 @@ LIST(APPEND WebCore_SOURCES
     platform/network/win/CookieJarWin.cpp
     platform/network/win/NetworkStateNotifierWin.cpp
     platform/network/win/ResourceHandleWin.cpp
+    platform/network/win/SocketStreamHandleWin.cpp
 
     platform/graphics/opentype/OpenTypeUtilities.cpp
 
@@ -107,6 +111,8 @@ LIST(APPEND WebCore_LIBRARIES
     libjpeg
     libpng
     libxml2
+    libxslt
+    sqlite
     crypt32
     iphlpapi
     wininet
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index f00987a..6fd77c6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-04  Patrick Gansterer  <paroga at webkit.org>
+
+        Unreviewed WinCE build fix.
+
+        * CMakeListsWinCE.txt: Added missing include directories, files and libraries.
+
 2011-01-04  Yi Shen  <yi.4.shen at nokia.com>
 
         Reviewed by Simon Hausmann.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list