Title: [100468] trunk/Source/WebKit2
Revision
100468
Author
commit-qu...@webkit.org
Date
2011-11-16 10:32:29 -0800 (Wed, 16 Nov 2011)

Log Message

[GTK][WEBKIT2] Link error running gtkdoc-scangobj
https://bugs.webkit.org/show_bug.cgi?id=72365

Patch by Martin Robinson <mrobin...@igalia.com> on 2011-11-16
Reviewed by Xan Lopez.

* webkit2gtk.pc.in: Add a libjavascriptcore requirement to the WebKit2 pkgconfig
file so that the compiler links to it.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (100467 => 100468)


--- trunk/Source/WebKit2/ChangeLog	2011-11-16 18:30:21 UTC (rev 100467)
+++ trunk/Source/WebKit2/ChangeLog	2011-11-16 18:32:29 UTC (rev 100468)
@@ -1,3 +1,13 @@
+2011-11-16  Martin Robinson  <mrobin...@igalia.com>
+
+        [GTK][WEBKIT2] Link error running gtkdoc-scangobj
+        https://bugs.webkit.org/show_bug.cgi?id=72365
+
+        Reviewed by Xan Lopez.
+
+        * webkit2gtk.pc.in: Add a libjavascriptcore requirement to the WebKit2 pkgconfig
+        file so that the compiler links to it.
+
 2011-11-16  Balazs Kelemen  <kbal...@webkit.org>
 
         [WK2][X11] Don't leak the colormap we created for the plugin

Modified: trunk/Source/WebKit2/webkit2gtk.pc.in (100467 => 100468)


--- trunk/Source/WebKit2/webkit2gtk.pc.in	2011-11-16 18:30:21 UTC (rev 100467)
+++ trunk/Source/WebKit2/webkit2gtk.pc.in	2011-11-16 18:32:29 UTC (rev 100468)
@@ -6,6 +6,6 @@
 Name: WebKit2
 Description: Web content engine for GTK+
 Version: @VERSION@
-Requires: glib-2.0 gtk+-@GTK_API_VERSION@ libsoup-2.4
+Requires: glib-2.0 gtk+-@GTK_API_VERSION@ libsoup-2.4 _javascript_coregtk-@WEBKITGTK_API_VERSION@
 Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@
 Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@ -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@/webkit2
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to