[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:28:23 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit bf867a763a3de533d4ae6a9a71355cc6d7ae7c7a
Author: ossy at webkit.org <ossy at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Mon Jan 18 22:14:44 2010 +0000
[Qt] Unreviewed trivial buildfix. (r53429)
* WebCore.pri: missing XMLNS_NAMES added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@53431 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 349f389..fcf8993 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-18 Csaba Osztrogonác <ossy at webkit.org>
+
+ [Qt] Unreviewed trivial buildfix. (r53429)
+
+ * WebCore.pri: missing XMLNS_NAMES added.
+
2010-01-18 Geoffrey Garen <ggaren at apple.com>
Reviewed by Darin Adler.
diff --git a/WebCore/WebCore.pri b/WebCore/WebCore.pri
index 562bac2..38610df 100644
--- a/WebCore/WebCore.pri
+++ b/WebCore/WebCore.pri
@@ -160,6 +160,8 @@ HTML_NAMES = $$PWD/html/HTMLTagNames.in
XML_NAMES = $$PWD/xml/xmlattrs.in
+XMLNS_NAMES = $$PWD/xml/xmlnsattrs.in
+
ENTITIES_GPERF = $$PWD/html/HTMLEntityNames.gperf
COLORDAT_GPERF = $$PWD/platform/ColorData.gperf
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list