Title: [137969] trunk
- Revision
- 137969
- Author
- [email protected]
- Date
- 2012-12-17 18:39:54 -0800 (Mon, 17 Dec 2012)
Log Message
[EFL] Add ecore_imf_evas to FindEcore.cmake
https://bugs.webkit.org/show_bug.cgi?id=105159
Patch by Halton Huo <[email protected]> on 2012-12-17
Reviewed by Laszlo Gombos.
.:
ecore_imf_evas is a separate library, we should add for EFL port as well.
* Source/cmake/FindEcore.cmake: Add finding FIND_EFL_LIBRARY for ecore_imf_evas
Source/WebKit2:
* PlatformEfl.cmake: Add ECORE_IMF_EVAS_LIBRARIES to WebProcess_LIBRARIES
Modified Paths
Diff
Modified: trunk/ChangeLog (137968 => 137969)
--- trunk/ChangeLog 2012-12-18 02:38:10 UTC (rev 137968)
+++ trunk/ChangeLog 2012-12-18 02:39:54 UTC (rev 137969)
@@ -1,3 +1,14 @@
+2012-12-17 Halton Huo <[email protected]>
+
+ [EFL] Add ecore_imf_evas to FindEcore.cmake
+ https://bugs.webkit.org/show_bug.cgi?id=105159
+
+ Reviewed by Laszlo Gombos.
+
+ ecore_imf_evas is a separate library, we should add for EFL port as well.
+
+ * Source/cmake/FindEcore.cmake: Add finding FIND_EFL_LIBRARY for ecore_imf_evas
+
2012-12-17 Kenneth Rohde Christiansen <[email protected]>
Add manual test to verify that geometry methods (moveTo, etc) work
Modified: trunk/Source/WebKit2/ChangeLog (137968 => 137969)
--- trunk/Source/WebKit2/ChangeLog 2012-12-18 02:38:10 UTC (rev 137968)
+++ trunk/Source/WebKit2/ChangeLog 2012-12-18 02:39:54 UTC (rev 137969)
@@ -1,3 +1,12 @@
+2012-12-17 Halton Huo <[email protected]>
+
+ [EFL] Add ecore_imf_evas to FindEcore.cmake
+ https://bugs.webkit.org/show_bug.cgi?id=105159
+
+ Reviewed by Laszlo Gombos.
+
+ * PlatformEfl.cmake: Add ECORE_IMF_EVAS_LIBRARIES to WebProcess_LIBRARIES
+
2012-12-17 Huang Dongsung <[email protected]>
Coordinated Graphics: Refactor TiledBackingStore code in CoordinatedGraphicsLayer.
Modified: trunk/Source/WebKit2/PlatformEfl.cmake (137968 => 137969)
--- trunk/Source/WebKit2/PlatformEfl.cmake 2012-12-18 02:38:10 UTC (rev 137968)
+++ trunk/Source/WebKit2/PlatformEfl.cmake 2012-12-18 02:39:54 UTC (rev 137969)
@@ -228,6 +228,7 @@
list(APPEND WebProcess_LIBRARIES
${CAIRO_LIBRARIES}
${ECORE_IMF_LIBRARIES}
+ ${ECORE_IMF_EVAS_LIBRARIES}
${EDJE_LIBRARIES}
${EFLDEPS_LIBRARIES}
${EVAS_LIBRARIES}
Modified: trunk/Source/cmake/FindEcore.cmake (137968 => 137969)
--- trunk/Source/cmake/FindEcore.cmake 2012-12-18 02:38:10 UTC (rev 137968)
+++ trunk/Source/cmake/FindEcore.cmake 2012-12-18 02:39:54 UTC (rev 137969)
@@ -68,10 +68,15 @@
LIBRARY ecore_x
)
FIND_EFL_LIBRARY(ECORE_IMF
- HEADERS Ecore_IMF.h Ecore_IMF_Evas.h
+ HEADERS Ecore_IMF.h
HEADER_PREFIXES ecore-1
LIBRARY ecore_imf
)
+FIND_EFL_LIBRARY(ECORE_IMF_EVAS
+ HEADERS Ecore_IMF_Evas.h
+ HEADER_PREFIXES ecore-1
+ LIBRARY ecore_imf_evas
+)
foreach (_component ${Ecore_FIND_COMPONENTS})
set(_ecore_component "ECORE_${_component}")
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes