Title: [107812] trunk/Source/WebKit/efl
- Revision
- 107812
- Author
- [email protected]
- Date
- 2012-02-15 07:13:58 -0800 (Wed, 15 Feb 2012)
Log Message
[EFL] Add missing libsoup to (pkgconfig) dependency requirements
https://bugs.webkit.org/show_bug.cgi?id=78702
Unreviewed build fix.
Patch by Gustavo Lima Chaves <[email protected]> on 2012-02-15
* ewebkit.pc.in: Now that bug 77874 had its patch landed, we
always require libsoup as a dependency for the EFL port. The
'Require' session of this file has to contemplate that, otherwise
code linking with ewebkit will fail to lookup to libsoup's header
files.
Modified Paths
Diff
Modified: trunk/Source/WebKit/efl/ChangeLog (107811 => 107812)
--- trunk/Source/WebKit/efl/ChangeLog 2012-02-15 14:14:27 UTC (rev 107811)
+++ trunk/Source/WebKit/efl/ChangeLog 2012-02-15 15:13:58 UTC (rev 107812)
@@ -1,3 +1,16 @@
+2012-02-15 Gustavo Lima Chaves <[email protected]>
+
+ [EFL] Add missing libsoup to (pkgconfig) dependency requirements
+ https://bugs.webkit.org/show_bug.cgi?id=78702
+
+ Unreviewed build fix.
+
+ * ewebkit.pc.in: Now that bug 77874 had its patch landed, we
+ always require libsoup as a dependency for the EFL port. The
+ 'Require' session of this file has to contemplate that, otherwise
+ code linking with ewebkit will fail to lookup to libsoup's header
+ files.
+
2012-02-13 Raphael Kubo da Costa <[email protected]>
[CMake] Merge WebKitEfl.cmake into FindEFL.cmake.
Modified: trunk/Source/WebKit/efl/ewebkit.pc.in (107811 => 107812)
--- trunk/Source/WebKit/efl/ewebkit.pc.in 2012-02-15 14:14:27 UTC (rev 107811)
+++ trunk/Source/WebKit/efl/ewebkit.pc.in 2012-02-15 15:13:58 UTC (rev 107812)
@@ -7,7 +7,7 @@
Name: WebKit-EFL
Description: Web content engine for EFL applications
Version: @PROJECT_VERSION@
-Requires: cairo evas ecore
+Requires: cairo evas ecore libsoup-2.4
Libs: -L${libdir} -lewebkit @EXTRA_EWEBKIT_LINK@
Libs.private: @LIBS_PRIVATE@
Cflags: -I${includedir}/@WebKit_LIBRARY_NAME@-@PROJECT_VERSION_MAJOR@
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes