Title: [97979] trunk/Source/WebKit/gtk
Revision
97979
Author
k...@webkit.org
Date
2011-10-20 08:00:16 -0700 (Thu, 20 Oct 2011)

Log Message

[GTK] webkitgtk's pkgconfig file needs to require _javascript_coregtk
https://bugs.webkit.org/show_bug.cgi?id=70500

Reviewed by Philippe Normand.

* webkit.pc.in: add _javascript_coregtk to Requires

Modified Paths

Diff

Modified: trunk/Source/WebKit/gtk/ChangeLog (97978 => 97979)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-10-20 14:55:15 UTC (rev 97978)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-10-20 15:00:16 UTC (rev 97979)
@@ -1,3 +1,12 @@
+2011-10-20  Gustavo Noronha Silva  <g...@gnome.org>
+
+        [GTK] webkitgtk's pkgconfig file needs to require _javascript_coregtk
+        https://bugs.webkit.org/show_bug.cgi?id=70500
+
+        Reviewed by Philippe Normand.
+
+        * webkit.pc.in: add _javascript_coregtk to Requires
+
 2011-10-19  Gustavo Noronha Silva  <g...@gnome.org>
 
         GTK+ build fix. Rename the INCLUDES variable so it is not picked

Modified: trunk/Source/WebKit/gtk/webkit.pc.in (97978 => 97979)


--- trunk/Source/WebKit/gtk/webkit.pc.in	2011-10-20 14:55:15 UTC (rev 97978)
+++ trunk/Source/WebKit/gtk/webkit.pc.in	2011-10-20 15:00:16 UTC (rev 97979)
@@ -6,6 +6,6 @@
 Name: WebKit
 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} -lwebkitgtk-@WEBKITGTK_API_VERSION@
 Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to