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

ossy at webkit.org ossy at webkit.org
Thu Apr 8 01:09:33 UTC 2010


The following commit has been merged in the webkit-1.2 branch:
commit cfe2804667a87b773fd2bf6a1e0ac1f88ad71f49
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jan 15 06:14:37 2010 +0000

    [Qt] Defective dependencies caused build failing on QtBuildBot.
    https://bugs.webkit.org/show_bug.cgi?id=33693
    
    Reviewed by Eric Seidel.
    
    * WebKit.pri: CONFIG += depend_includepath added.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53319 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 9437ef9..fc4c4ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2010-01-14  Csaba Osztrogonác  <ossy at webkit.org>
+
+        Reviewed by Eric Seidel.
+
+        [Qt] Defective dependencies caused build failing on QtBuildBot.
+        https://bugs.webkit.org/show_bug.cgi?id=33693
+
+        * WebKit.pri: CONFIG += depend_includepath added.
+
 2010-01-14  Steve Block  <steveblock at google.com>
 
         Reviewed by David Levin.
diff --git a/WebKit.pri b/WebKit.pri
index a60394b..211f6a4 100644
--- a/WebKit.pri
+++ b/WebKit.pri
@@ -10,6 +10,8 @@ CONFIG(standalone_package) {
     OUTPUT_DIR=$$PWD
 }
 
+CONFIG += depend_includepath
+
 isEmpty(OUTPUT_DIR) {
     CONFIG(debug, debug|release) {
         OUTPUT_DIR=$$PWD/WebKitBuild/Debug

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list