[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
eric at webkit.org
eric at webkit.org
Wed Mar 17 17:56:47 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 9720f55f9ad0e1a015fc2fddd8ad8aecb2391dc1
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Feb 23 08:42:24 2010 +0000
2010-02-23 Diego Escalante Urrelo <descalante at igalia.com>
Reviewed by Eric Seidel.
[gtk] missing libsoup-2.4 package in gir generation
https://bugs.webkit.org/show_bug.cgi?id=35199
Include libsoup-2.4 package in gobject introspection .gir generation.
* GNUmakefile.am:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55127 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index f6d3467..d7af938 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2010-02-23 Diego Escalante Urrelo <descalante at igalia.com>
+
+ Reviewed by Eric Seidel.
+
+ [gtk] missing libsoup-2.4 package in gir generation
+ https://bugs.webkit.org/show_bug.cgi?id=35199
+
+ Include libsoup-2.4 package in gobject introspection .gir generation.
+
+ * GNUmakefile.am:
+
2010-02-22 Huahui Wu <hwu at google.com>
Reviewed by Eric Seidel.
diff --git a/GNUmakefile.am b/GNUmakefile.am
index f9ad21c..22161ea 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -425,6 +425,7 @@ $(WEBKIT_GIRSOURCES): $(JSCORE_GIRSOURCES) $(G_IR_SCANNER) libwebkit-1.0.la
--libtool="$(LIBTOOL)" \
--pkg gobject-2.0 \
--pkg gtk+-2.0 \
+ --pkg libsoup-2.4 \
--output $@ \
--add-include-path $(top_srcdir)/WebKit/gtk \
-I$(top_srcdir)/WebKit/gtk \
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list