Title: [105326] trunk/Source/WebKit/gtk
- Revision
- 105326
- Author
- mrobin...@webkit.org
- Date
- 2012-01-18 14:48:42 -0800 (Wed, 18 Jan 2012)
Log Message
[GTK] WebKit-3.0.gir does not include information about C includes or exported packages
https://bugs.webkit.org/show_bug.cgi?id=49875
Patch by Evan Nemerson <e...@coeus-group.com> on 2012-01-18
Reviewed by Martin Robinson.
* GNUmakefile.am: Add some information to the GIR generator to fix
Vala binding generation.
Modified Paths
Diff
Modified: trunk/Source/WebKit/gtk/ChangeLog (105325 => 105326)
--- trunk/Source/WebKit/gtk/ChangeLog 2012-01-18 22:43:20 UTC (rev 105325)
+++ trunk/Source/WebKit/gtk/ChangeLog 2012-01-18 22:48:42 UTC (rev 105326)
@@ -1,3 +1,13 @@
+2012-01-18 Evan Nemerson <e...@coeus-group.com>
+
+ [GTK] WebKit-3.0.gir does not include information about C includes or exported packages
+ https://bugs.webkit.org/show_bug.cgi?id=49875
+
+ Reviewed by Martin Robinson.
+
+ * GNUmakefile.am: Add some information to the GIR generator to fix
+ Vala binding generation.
+
2012-01-18 Carlos Garnacho <carl...@gnome.org>
[GTK] Listen to GDK_SCROLL_MASK
Modified: trunk/Source/WebKit/gtk/GNUmakefile.am (105325 => 105326)
--- trunk/Source/WebKit/gtk/GNUmakefile.am 2012-01-18 22:43:20 UTC (rev 105325)
+++ trunk/Source/WebKit/gtk/GNUmakefile.am 2012-01-18 22:48:42 UTC (rev 105326)
@@ -294,9 +294,11 @@
--pkg=gobject-2.0 \
--pkg=gtk+-@GTK_API_VERSION@ \
--pkg=libsoup-2.4 \
+ --pkg-export=webkitgtk-@WEBKITGTK_API_VERSION@ \
--output=$@ \
--add-include-path=$(WebKit) \
--add-include-path=$(top_builddir) \
+ --c-include="webkit/webkit.h" \
-I$(srcdir)/Source \
-I$(WebKit) \
-I$(GENSOURCES) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes