Title: [158735] trunk
- Revision
- 158735
- Author
- [email protected]
- Date
- 2013-11-06 02:21:26 -0800 (Wed, 06 Nov 2013)
Log Message
[EFL] Change required version of ATK to 2.10.0
https://bugs.webkit.org/show_bug.cgi?id=123883
Patch by Krzysztof Czech <[email protected]> on 2013-11-06
Reviewed by Mario Sanchez Prada.
Changing a required version of ATK to 2.10.0
* Source/cmake/OptionsEfl.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (158734 => 158735)
--- trunk/ChangeLog 2013-11-06 09:32:26 UTC (rev 158734)
+++ trunk/ChangeLog 2013-11-06 10:21:26 UTC (rev 158735)
@@ -1,3 +1,14 @@
+2013-11-06 Krzysztof Czech <[email protected]>
+
+ [EFL] Change required version of ATK to 2.10.0
+ https://bugs.webkit.org/show_bug.cgi?id=123883
+
+ Reviewed by Mario Sanchez Prada.
+
+ Changing a required version of ATK to 2.10.0
+
+ * Source/cmake/OptionsEfl.cmake:
+
2013-11-05 Zalan Bujtas <[email protected]>
Widget's position change should not initiate layout, only when its size changes.
Modified: trunk/Source/cmake/OptionsEfl.cmake (158734 => 158735)
--- trunk/Source/cmake/OptionsEfl.cmake 2013-11-06 09:32:26 UTC (rev 158734)
+++ trunk/Source/cmake/OptionsEfl.cmake 2013-11-06 10:21:26 UTC (rev 158735)
@@ -252,7 +252,7 @@
endif ()
if (ENABLE_ACCESSIBILITY)
- find_package(ATK 2.8.0 REQUIRED)
+ find_package(ATK 2.10.0 REQUIRED)
else ()
add_definitions(-DHAVE_ACCESSIBILITY=0)
endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes