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

vestbo at webkit.org vestbo at webkit.org
Wed Dec 22 11:46:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 01264c1dbc609dcab174dd830b49d0cd9f8b200a
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 6 13:07:21 2010 +0000

    [Qt] Fix the DRT build on Mac OS X
    
    Reviewed by Antonio Gomes.
    
    * DumpRenderTree/qt/DumpRenderTree.pro:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@64841 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index b3b0388..70004b0 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-06  Tor Arne Vestbø  <tor.arne.vestbo at nokia.com>
+
+        Reviewed by Antonio Gomes.
+
+        [Qt] Fix the DRT build on Mac OS X
+
+        * DumpRenderTree/qt/DumpRenderTree.pro:
+
 2010-08-06  Jochen Eisinger  <jochen at chromium.org>
 
         Reviewed by Pavel Feldman.
diff --git a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
index b66eb5d..63554b2 100644
--- a/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
+++ b/WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
@@ -13,7 +13,7 @@ INCLUDEPATH += ../../../JavaScriptCore/ForwardingHeaders
 INCLUDEPATH += $$BASEDIR
 DESTDIR = ../../../bin
 
-!win32:!symbian {
+unix:!mac {
     CONFIG += link_pkgconfig
     PKGCONFIG += fontconfig
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list