Title: [164939] trunk/Source/WebKit2
Revision
164939
Author
[email protected]
Date
2014-03-02 06:56:54 -0800 (Sun, 02 Mar 2014)

Log Message

[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: trunk/Source/WebKit2/ChangeLog (164938 => 164939)


--- trunk/Source/WebKit2/ChangeLog	2014-03-02 05:35:16 UTC (rev 164938)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-02 14:56:54 UTC (rev 164939)
@@ -1,3 +1,14 @@
+2014-03-02  Carlos Garcia Campos  <[email protected]>
+
+        [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-03-01  Tim Horton  <[email protected]>
 
         Fix the Mac build.

Modified: trunk/Source/WebKit2/webkit2gtk.pc.in (164938 => 164939)


--- trunk/Source/WebKit2/webkit2gtk.pc.in	2014-03-02 05:35:16 UTC (rev 164938)
+++ trunk/Source/WebKit2/webkit2gtk.pc.in	2014-03-02 14:56:54 UTC (rev 164939)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to