Title: [164974] releases/WebKitGTK/webkit-2.4/Source/WebKit2
Revision
164974
Author
carlo...@webkit.org
Date
2014-03-03 00:21:21 -0800 (Mon, 03 Mar 2014)

Log Message

Merge r164939 - [GTK] Remove the include dir of the C API from the WebKit2 pkg-config file
https://bugs.webkit.org/show_bug.cgi?id=129543

Reviewed by Martin Robinson.

We are not installing the C API headers anymore.

* webkit2gtk.pc.in:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog (164973 => 164974)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog	2014-03-03 08:07:49 UTC (rev 164973)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/ChangeLog	2014-03-03 08:21:21 UTC (rev 164974)
@@ -1,3 +1,14 @@
+2014-03-02  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        [GTK] Remove the include dir of the C API from the WebKit2 pkg-config file
+        https://bugs.webkit.org/show_bug.cgi?id=129543
+
+        Reviewed by Martin Robinson.
+
+        We are not installing the C API headers anymore.
+
+        * webkit2gtk.pc.in:
+
 2014-02-27  Carlos Garcia Campos  <cgar...@igalia.com>
 
         [GTK][WK2] Blocks when fetching plugins information

Modified: releases/WebKitGTK/webkit-2.4/Source/WebKit2/webkit2gtk.pc.in (164973 => 164974)


--- releases/WebKitGTK/webkit-2.4/Source/WebKit2/webkit2gtk.pc.in	2014-03-03 08:07:49 UTC (rev 164973)
+++ releases/WebKitGTK/webkit-2.4/Source/WebKit2/webkit2gtk.pc.in	2014-03-03 08:21:21 UTC (rev 164974)
@@ -8,4 +8,4 @@
 Version: @VERSION@
 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
+Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to