Title: [223133] trunk/Source/WebKit
Revision
223133
Author
ape...@igalia.com
Date
2017-10-10 10:44:57 -0700 (Tue, 10 Oct 2017)

Log 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".

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (223132 => 223133)


--- trunk/Source/WebKit/ChangeLog	2017-10-10 15:58:42 UTC (rev 223132)
+++ trunk/Source/WebKit/ChangeLog	2017-10-10 17:44:57 UTC (rev 223133)
@@ -1,5 +1,14 @@
 2017-10-10  Adrian Perez de Castro  <ape...@igalia.com>
 
+        [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".
+
+2017-10-10  Adrian Perez de Castro  <ape...@igalia.com>
+
         [WPE] Build failure due to invalid cast of EGLNativeWindowType when targetting 64-bit ARM
         https://bugs.webkit.org/show_bug.cgi?id=178090
 

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


--- trunk/Source/WebKit/wpe/wpe-webkit.pc.in	2017-10-10 15:58:42 UTC (rev 223132)
+++ trunk/Source/WebKit/wpe/wpe-webkit.pc.in	2017-10-10 17:44:57 UTC (rev 223133)
@@ -6,6 +6,6 @@
 Name: WebKit2
 Description: WPE-flavored Web engine
 Version: @PROJECT_VERSION@
-Requires.private: glib-2.0 libsoup-2.4
-Libs: -L${libdir} -lWPEWebKit -lWPE
+Requires: glib-2.0 libsoup-2.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