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

ossy at webkit.org ossy at webkit.org
Fri Jan 21 15:11:12 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 6a028d08caed8cb4b7baef01c71987210d82fe03
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Jan 8 11:25:32 2011 +0000

    [Qt][WK2] Unreviewed buildfix after r75313.
    
    * Scripts/generate-forwarding-headers.pl:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@75319 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit2/ChangeLog b/WebKit2/ChangeLog
index e8073ac..5fcbe3b 100644
--- a/WebKit2/ChangeLog
+++ b/WebKit2/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-08  Csaba Osztrogonác  <ossy at webkit.org>
+
+        [Qt][WK2] Unreviewed buildfix after r75313.
+
+        * Scripts/generate-forwarding-headers.pl:
+
 2011-01-08  Adam Barth  <abarth at webkit.org>
 
         Moving WebCore changes the layout of the Qt build directory as well,
diff --git a/WebKit2/Scripts/generate-forwarding-headers.pl b/WebKit2/Scripts/generate-forwarding-headers.pl
index a733973..5df8c26 100755
--- a/WebKit2/Scripts/generate-forwarding-headers.pl
+++ b/WebKit2/Scripts/generate-forwarding-headers.pl
@@ -56,7 +56,7 @@ foreach (@frameworks) {
     $framework = $_;
 
     #FIXME: Workaround until moving all sources to Source directory is finished.
-    if ($framework eq "JavaScriptCore") {
+    if ($framework eq "JavaScriptCore" || $framework eq "WebCore") {
         $sourceDirectoryInPath = "Source";
     } else {
         $sourceDirectoryInPath = "";

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list