[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
kov at webkit.org
kov at webkit.org
Wed Mar 17 18:30:00 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit fd20ae75433a746b44db6a9b299cb7a877faf8b2
Author: kov at webkit.org <kov at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Mar 9 18:45:12 2010 +0000
2010-03-09 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
Unreviewed build fix (only exposed by make distcheck). The
SharedWorkers files are not built, they need to be distributed.
* GNUmakefile.am:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55734 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 9cf22fc..53d1c22 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,12 @@
2010-03-09 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
+ Unreviewed build fix (only exposed by make distcheck). The
+ SharedWorkers files are not built, they need to be distributed.
+
+ * GNUmakefile.am:
+
+2010-03-09 Gustavo Noronha Silva <gustavo.noronha at collabora.co.uk>
+
Reviewed by Dirk Schulze.
[GStreamer] Buffering logic is not correct, and does not work very well
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 7091fa1..6573564 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -2635,7 +2635,7 @@ FEATURE_DEFINES += ENABLE_SHARED_WORKERS=1
webcore_cppflags += \
-DENABLE_SHARED_WORKERS=1
-webcore_built_sources += \
+webcore_sources += \
WebCore/bindings/js/JSSharedWorkerConstructor.cpp \
WebCore/bindings/js/JSSharedWorkerConstructor.h \
WebCore/bindings/js/JSSharedWorkerCustom.cpp \
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list