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

hausmann at webkit.org hausmann at webkit.org
Wed Dec 22 14:22:23 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7812d9d95958ce5bd0fec9d227ffb63c823902a3
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 7 11:17:10 2010 +0000

    [Qt] Re-enable the web inspector for maemo6 builds
    
    Rubber-stamped by Tor Arne Vestbø.
    
    Yeah, it's strange :), but they really want it.
    
    * WebKit.pri:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@69289 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 4941b74..b94cafa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-10-07  Simon Hausmann  <simon.hausmann at nokia.com>
+
+        Rubber-stamped by Tor Arne Vestbø.
+
+        [Qt] Re-enable the web inspector for maemo6 builds
+
+        Yeah, it's strange :), but they really want it.
+
+        * WebKit.pri:
+
 2010-10-06  Balazs Kelemen  <kbalazs at webkit.org>
 
         Reviewed by Kenneth Rohde Christiansen.
diff --git a/WebKit.pri b/WebKit.pri
index 07f84a3..93be962 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -89,6 +89,7 @@ symbian|maemo5|maemo6 {
     CONFIG += disable_uitools
     CONFIG += enable_fast_mobile_scrolling
     CONFIG += use_qt_mobile_theme
+    maemo6: CONFIG += include_webinspector
 } else {
     CONFIG += include_webinspector
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list