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

abarth at webkit.org abarth at webkit.org
Fri Jan 21 14:50:56 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit d2edaae9d8ff31486294b7a5b259e80d0ac73e5e
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Jan 2 09:12:07 2011 +0000

    2011-01-02  Adam Barth  <abarth at webkit.org>
    
            One more .. missing in the Qt build.
    
            * jsc.pro:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74866 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog
index 318677e..d0a3ed7 100644
--- a/Source/JavaScriptCore/ChangeLog
+++ b/Source/JavaScriptCore/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-02  Adam Barth  <abarth at webkit.org>
+
+        One more .. missing in the Qt build.
+
+        * jsc.pro:
+
 2011-01-02  Xan Lopez  <xlopez at igalia.com>
 
         Fix GTK+ build.
diff --git a/Source/JavaScriptCore/jsc.pro b/Source/JavaScriptCore/jsc.pro
index b4db812..7c90f37 100644
--- a/Source/JavaScriptCore/jsc.pro
+++ b/Source/JavaScriptCore/jsc.pro
@@ -9,7 +9,7 @@ win32-*: CONFIG += console
 win32-msvc*: CONFIG += exceptions_off stl_off
 
 isEmpty(OUTPUT_DIR): OUTPUT_DIR= ..
-include($$PWD/../WebKit.pri)
+include($$PWD/../../WebKit.pri)
 
 unix:!mac:!symbian:CONFIG += link_pkgconfig
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list