Title: [223146] trunk/Source/WebKit
Revision
223146
Author
ape...@igalia.com
Date
2017-10-10 14:32:52 -0700 (Tue, 10 Oct 2017)

Log Message

[WPE] Header cairo.h is used in GLib API headers but cannot be found
https://bugs.webkit.org/show_bug.cgi?id=178100

Reviewed by Michael Catanzaro.

* wpe/wpe-webkit.pc.in: Add Cairo to the "Requires" field, so its flags get pulled
in and the "cairo.h", used in the WPE WebKit GLib API headers, can be found.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (223145 => 223146)


--- trunk/Source/WebKit/ChangeLog	2017-10-10 21:29:24 UTC (rev 223145)
+++ trunk/Source/WebKit/ChangeLog	2017-10-10 21:32:52 UTC (rev 223146)
@@ -1,3 +1,13 @@
+2017-10-10  Adrian Perez de Castro  <ape...@igalia.com>
+
+        [WPE] Header cairo.h is used in GLib API headers but cannot be found
+        https://bugs.webkit.org/show_bug.cgi?id=178100
+
+        Reviewed by Michael Catanzaro.
+
+        * wpe/wpe-webkit.pc.in: Add Cairo to the "Requires" field, so its flags get pulled
+        in and the "cairo.h", used in the WPE WebKit GLib API headers, can be found.
+
 2017-10-10  Michael Catanzaro  <mcatanz...@igalia.com>
 
         CSS constant properties should not be enabled by default

Modified: trunk/Source/WebKit/wpe/wpe-webkit.pc.in (223145 => 223146)


--- trunk/Source/WebKit/wpe/wpe-webkit.pc.in	2017-10-10 21:29:24 UTC (rev 223145)
+++ trunk/Source/WebKit/wpe/wpe-webkit.pc.in	2017-10-10 21:32:52 UTC (rev 223146)
@@ -6,6 +6,6 @@
 Name: WebKit2
 Description: WPE-flavored Web engine
 Version: @PROJECT_VERSION@
-Requires: glib-2.0 libsoup-2.4
+Requires: glib-2.0 libsoup-2.4 cairo >= 1.14.4
 Libs: -L${libdir} -lWPEWebKit
 Cflags: -I${includedir}/wpe-@WPE_API_VERSION@ -I${includedir}/wpe-@WPE_API_VERSION@/WPE
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to