Changeset 223146 in webkit


Ignore:
Timestamp:
Oct 10, 2017 2:32:52 PM (7 years ago)
Author:
Adrian Perez de Castro
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.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223143 r223146  
     12017-10-10  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE] Header cairo.h is used in GLib API headers but cannot be found
     4        https://bugs.webkit.org/show_bug.cgi?id=178100
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * wpe/wpe-webkit.pc.in: Add Cairo to the "Requires" field, so its flags get pulled
     9        in and the "cairo.h", used in the WPE WebKit GLib API headers, can be found.
     10
    1112017-10-10  Michael Catanzaro  <mcatanzaro@igalia.com>
    212
  • trunk/Source/WebKit/wpe/wpe-webkit.pc.in

    r223133 r223146  
    77Description: WPE-flavored Web engine
    88Version: @PROJECT_VERSION@
    9 Requires: glib-2.0 libsoup-2.4
     9Requires: glib-2.0 libsoup-2.4 cairo >= 1.14.4
    1010Libs: -L${libdir} -lWPEWebKit
    1111Cflags: -I${includedir}/wpe-@WPE_API_VERSION@ -I${includedir}/wpe-@WPE_API_VERSION@/WPE
Note: See TracChangeset for help on using the changeset viewer.