[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.18-1-697-g2f78b87
ossy at webkit.org
ossy at webkit.org
Wed Jan 20 22:25:29 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 6726b9827375090e64707072e87254ce6888c03b
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