Changeset 223174 in webkit


Ignore:
Timestamp:
Oct 11, 2017 5:42:03 AM (7 years ago)
Author:
Michael Catanzaro
Message:

Unreviewed, rolling out r223146.

Better to not expose cairo in the WPE API

Reverted changeset:

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

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223169 r223174  
     12017-10-11  Michael Catanzaro  <mcatanzaro@igalia.com>
     2
     3        Unreviewed, rolling out r223146.
     4
     5        Better to not expose cairo in the WPE API
     6
     7        Reverted changeset:
     8
     9        "[WPE] Header cairo.h is used in GLib API headers but cannot
     10        be found"
     11        https://bugs.webkit.org/show_bug.cgi?id=178100
     12        http://trac.webkit.org/changeset/223146
     13
    1142017-09-27  Frederic Wang  <fwang@igalia.com>
    215
  • trunk/Source/WebKit/wpe/wpe-webkit.pc.in

    r223146 r223174  
    77Description: WPE-flavored Web engine
    88Version: @PROJECT_VERSION@
    9 Requires: glib-2.0 libsoup-2.4 cairo >= 1.14.4
     9Requires: glib-2.0 libsoup-2.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.