[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.15.1-1414-gc69ee75
kov at webkit.org
kov at webkit.org
Thu Oct 29 20:43:48 UTC 2009
The following commit has been merged in the webkit-1.1 branch:
commit f1e196f024840c494b038e86f718f767ccbb5f44
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Oct 13 13:26:21 2009 +0000
Unreviewed fix for typo in filename
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@49501 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 968c110..6f9706d 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-13 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
+
+ Unreviewed build system fix. Typo in a filename.
+
+ * GNUmakefile.am:
+
2009-10-12 Alexander Pavlov <apavlov at chromium.org>
Reviewed by Timothy Hatcher.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 93c2c33..53c5e11 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -2332,7 +2332,7 @@ webcoregtk_sources += \
WebCore/platform/graphics/gtk/VideoSinkGStreamer.cpp \
WebCore/platform/graphics/gtk/VideoSinkGStreamer.h \
WebCore/platform/graphics/gtk/DataSourceGStreamer.cpp \
- WebCore/platform/graphics/gtk/DataSourceGstreamer.h
+ WebCore/platform/graphics/gtk/DataSourceGStreamer.h
webcore_libadd += \
-lgstinterfaces-0.10 \
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list