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

simon.fraser at apple.com simon.fraser at apple.com
Wed Dec 22 13:15:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit f58180778841fb427efc722d575059d96483c781
Author: simon.fraser at apple.com <simon.fraser at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 10 01:21:38 2010 +0000

    2010-09-09  Simon Fraser  <simon.fraser at apple.com>
    
            Attempt to fix Qt build.
    
            * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67140 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7b3fb8a..759d64c 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,11 @@
 2010-09-09  Simon Fraser  <simon.fraser at apple.com>
 
+        Attempt to fix Qt build.
+
+        * WebCore.pro:
+
+2010-09-09  Simon Fraser  <simon.fraser at apple.com>
+
         Reviewed by Darin Adler.
 
         https://bugs.webkit.org/show_bug.cgi?id=45509
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index b9d40fc..4f1072a 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -2429,7 +2429,8 @@ contains(DEFINES, ENABLE_NETSCAPE_PLUGIN_API=1) {
     
         win32-* {
             INCLUDEPATH += $$PWD/plugins/win \
-                           $$PWD/platform/win
+                           $$PWD/platform/win \
+                           $$PWD/platform/graphics/win
     
             SOURCES += plugins/win/PluginDatabaseWin.cpp \
                        plugins/win/PluginPackageWin.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list