[SCM] WebKit Debian packaging branch, webkit-1.2, updated. upstream/1.1.90-6072-g9a69373

hausmann at webkit.org hausmann at webkit.org
Thu Apr 8 00:52:11 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit 93c7ae7b3bf0a1174cb2cd9b064fdf8d8376b358
Author: hausmann at webkit.org <hausmann at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 30 12:40:06 2009 +0000

    Unreviewed Qt/Symbian build fix.
    
    Don't build network state notifier support when building inside of Qt.
    Otherwise the Qt build depends on an external module that itself depends
    on Qt again.
    
    * WebCore.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@52654 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ff6e007..df9e65d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2009-12-30  Simon Hausmann  <simon.hausmann at nokia.com>
+
+        Unreviewed Qt/Symbian build fix.
+
+        Don't build network state notifier support when building inside of Qt.
+        Otherwise the Qt build depends on an external module that itself depends
+        on Qt again.
+
+        * WebCore.pro:
+
 2009-12-30  Yury Semikhatsky  <yurys at chromium.org>
 
         Reviewed by Dimitri Glazkov.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index ab3006b..2e9fbf4 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -188,7 +188,7 @@ contains(DEFINES, ENABLE_SINGLE_THREADED=1) {
 }
 
 
-!contains(DEFINES, ENABLE_QT_BEARER=.) {
+!CONFIG(QTDIR_build):!contains(DEFINES, ENABLE_QT_BEARER=.) {
     symbian: {
         exists($${EPOCROOT}epoc32/release/winscw/udeb/QtBearer.lib)| \
         exists($${EPOCROOT}epoc32/release/armv5/lib/QtBearer.lib) {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list