[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 15:32:47 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6d2dd4799b7ad76aba540403d629bec5dc65af42
Author: andreas.kling at nokia.com <andreas.kling at nokia.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Nov 8 03:08:49 2010 +0000

    2010-11-07  Sam Magnuson  <smagnuson at netflix.com>
    
            Reviewed by Andreas Kling.
    
            [Qt] make install does not cause JavaScriptCore to be built
            https://bugs.webkit.org/show_bug.cgi?id=49114
    
            * JavaScriptCore.pro:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71489 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 110aa96..fc31647 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2010-11-07  Sam Magnuson  <smagnuson at netflix.com>
+
+        Reviewed by Andreas Kling.
+
+        [Qt] make install does not cause JavaScriptCore to be built
+        https://bugs.webkit.org/show_bug.cgi?id=49114
+
+        * JavaScriptCore.pro:
+
 2010-11-05  Oliver Hunt  <oliver at apple.com>
 
         Reviewed by Gavin Barraclough.
diff --git a/JavaScriptCore/JavaScriptCore.pro b/JavaScriptCore/JavaScriptCore.pro
index f83bf4c..531b22c 100644
--- a/JavaScriptCore/JavaScriptCore.pro
+++ b/JavaScriptCore/JavaScriptCore.pro
@@ -68,6 +68,8 @@ wince* {
 include(pcre/pcre.pri)
 include(wtf/wtf.pri)
 
+INSTALLDEPS += all
+
 SOURCES += \
     API/JSBase.cpp \
     API/JSCallbackConstructor.cpp \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list