Changeset 223133 in webkit


Ignore:
Timestamp:
Oct 10, 2017 10:44:57 AM (7 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE] Cannot link against libWPEWebkit due to wrong contents of wpe-webkit.pc
https://bugs.webkit.org/show_bug.cgi?id=178133

Reviewed by Žan Doberšek.

  • wpe/wpe-webkit.pc.in: Remove "-lWPE" and replace "Requires.private" with a plain "Requires".
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223130 r223133  
     12017-10-10  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [WPE] Cannot link against libWPEWebkit due to wrong contents of wpe-webkit.pc
     4        https://bugs.webkit.org/show_bug.cgi?id=178133
     5
     6        Reviewed by Žan Doberšek.
     7
     8        * wpe/wpe-webkit.pc.in: Remove "-lWPE" and replace "Requires.private" with a plain "Requires".
     9
    1102017-10-10  Adrian Perez de Castro  <aperez@igalia.com>
    211
  • trunk/Source/WebKit/wpe/wpe-webkit.pc.in

    r216497 r223133  
    77Description: WPE-flavored Web engine
    88Version: @PROJECT_VERSION@
    9 Requires.private: glib-2.0 libsoup-2.4
    10 Libs: -L${libdir} -lWPEWebKit -lWPE
     9Requires: glib-2.0 libsoup-2.4
     10Libs: -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.