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

dbates at webkit.org dbates at webkit.org
Fri Jan 21 14:43:56 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit c98c2ce6539d6831ab64e2660d1724238204a1ae
Author: dbates at webkit.org <dbates at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Dec 28 01:03:13 2010 +0000

    2010-12-27  Daniel Bates  <dbates at rim.com>
    
            Attempt to fix the WebKit2 Windows build after changeset 74698
            <http://trac.webkit.org/changeset/74698> (bug #51656).
    
            Add "..\Shared\API\c\WKImage.h" to WebKit2Generated.make.
    
            * win/WebKit2Generated.make:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74703 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index 66b7cc1..6886d29 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
+2010-12-27  Daniel Bates  <dbates at rim.com>
+
+        Attempt to fix the WebKit2 Windows build after changeset 74698
+        <http://trac.webkit.org/changeset/74698> (bug #51656).
+
+        Add "..\Shared\API\c\WKImage.h" to WebKit2Generated.make.
+
+        * win/WebKit2Generated.make:
+
 2010-12-27  Sam Weinig  <sam at webkit.org>
 
         Reviewed by Anders Carlsson.
diff --git a/WebKit2/win/WebKit2Generated.make b/WebKit2/win/WebKit2Generated.make
index 94b7a1a..d217ab9 100644
--- a/WebKit2/win/WebKit2Generated.make
+++ b/WebKit2/win/WebKit2Generated.make
@@ -18,6 +18,7 @@ all:
     xcopy /y /d "..\Shared\API\c\WKEvent.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKFindOptions.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKGeometry.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
+    xcopy /y /d "..\Shared\API\c\WKImage.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKMutableArray.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKMutableDictionary.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"
     xcopy /y /d "..\Shared\API\c\WKNumber.h" "$(WEBKITOUTPUTDIR)\include\WebKit2"

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list