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

vestbo at webkit.org vestbo at webkit.org
Wed Apr 7 23:30:53 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit bb10ad152d0023eca616d05335a5687c29c411e0
Author: vestbo at webkit.org <vestbo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 11 16:02:17 2009 +0000

    Qt build fix on Mac OS X
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@50807 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/jsc.pro b/JavaScriptCore/jsc.pro
index c6efabc..4e6ca5f 100644
--- a/JavaScriptCore/jsc.pro
+++ b/JavaScriptCore/jsc.pro
@@ -33,3 +33,7 @@ lessThan(QT_MINOR_VERSION, 4) {
 symbian {
     TARGET.CAPABILITY = ReadUserData WriteUserData NetworkServices
 }
+
+mac {
+    LIBS_PRIVATE += -framework AppKit
+}
\ No newline at end of file

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list