Title: [129472] trunk
- Revision
- 129472
- Author
- [email protected]
- Date
- 2012-09-25 01:14:53 -0700 (Tue, 25 Sep 2012)
Log Message
[EFL] Update minimal required versions for dependencies
https://bugs.webkit.org/show_bug.cgi?id=97523
Patch by Laszlo Gombos <[email protected]> on 2012-09-25
Reviewed by Gyuyoung Kim.
Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules.
* Source/cmake/OptionsEfl.cmake:
Modified Paths
Diff
Modified: trunk/ChangeLog (129471 => 129472)
--- trunk/ChangeLog 2012-09-25 08:08:17 UTC (rev 129471)
+++ trunk/ChangeLog 2012-09-25 08:14:53 UTC (rev 129472)
@@ -1,3 +1,14 @@
+2012-09-25 Laszlo Gombos <[email protected]>
+
+ [EFL] Update minimal required versions for dependencies
+ https://bugs.webkit.org/show_bug.cgi?id=97523
+
+ Reviewed by Gyuyoung Kim.
+
+ Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules.
+
+ * Source/cmake/OptionsEfl.cmake:
+
2012-09-24 Simon Hausmann <[email protected]>
[Qt] Fix build with latest Qt 5
Modified: trunk/Source/cmake/OptionsEfl.cmake (129471 => 129472)
--- trunk/Source/cmake/OptionsEfl.cmake 2012-09-25 08:08:17 UTC (rev 129471)
+++ trunk/Source/cmake/OptionsEfl.cmake 2012-09-25 08:14:53 UTC (rev 129472)
@@ -7,7 +7,7 @@
ADD_DEFINITIONS(-DWTF_PLATFORM_EFL=1)
SET(WTF_PLATFORM_EFL 1)
-FIND_PACKAGE(Cairo 1.10 REQUIRED)
+FIND_PACKAGE(Cairo 1.10.2 REQUIRED)
FIND_PACKAGE(Fontconfig 2.8.0 REQUIRED)
FIND_PACKAGE(Sqlite REQUIRED)
FIND_PACKAGE(LibXml2 2.6 REQUIRED)
@@ -18,7 +18,7 @@
FIND_PACKAGE(PNG REQUIRED)
FIND_PACKAGE(ZLIB REQUIRED)
-FIND_PACKAGE(GLIB 2.31.8 REQUIRED COMPONENTS gio gobject gthread)
+FIND_PACKAGE(GLIB 2.33.2 REQUIRED COMPONENTS gio gobject gthread)
FIND_PACKAGE(LibSoup 2.39.4.1 REQUIRED)
SET(ENABLE_GLIB_SUPPORT ON)
@@ -105,15 +105,15 @@
ENDIF ()
FIND_PACKAGE(Eina 1.2 REQUIRED)
-FIND_PACKAGE(Evas 1.0 REQUIRED)
+FIND_PACKAGE(Evas 1.2 REQUIRED)
FIND_PACKAGE(Ecore 1.2 COMPONENTS Evas File Input ${ECORE_ADDITIONAL_COMPONENTS})
-FIND_PACKAGE(Edje 1.0 REQUIRED)
+FIND_PACKAGE(Edje 1.2 REQUIRED)
FIND_PACKAGE(Eeze 1.2 REQUIRED)
-FIND_PACKAGE(Efreet 1.0 REQUIRED)
-FIND_PACKAGE(E_DBus 1.1 COMPONENTS EUKit)
+FIND_PACKAGE(Efreet 1.2 REQUIRED)
+FIND_PACKAGE(E_DBus 1.2 COMPONENTS EUKit)
-FIND_PACKAGE(Freetype REQUIRED)
-FIND_PACKAGE(HarfBuzz REQUIRED)
+FIND_PACKAGE(Freetype 2.4.2 REQUIRED)
+FIND_PACKAGE(HarfBuzz 0.9.2 REQUIRED)
SET(WTF_USE_FREETYPE 1)
SET(WTF_USE_HARFBUZZ_NG 1)
ADD_DEFINITIONS(-DWTF_USE_FREETYPE=1)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes