https://bugs.webkit.org/show_bug.cgi?id=124881
Reviewed by Gyuyoung Kim.
* Source/cmake/OptionsEfl.cmake:
Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159778
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
+ [EFL] E_DBus should be an optional
+ https://bugs.webkit.org/show_bug.cgi?id=124881
+
+ Reviewed by Gyuyoung Kim.
+
+ * Source/cmake/OptionsEfl.cmake:
+ Checked E_DBus when only ENABLE_BATTERY_STATUS is on.
+
+2013-11-25 Ryuan Choi <ryuan.choi@samsung.com>
+
[EFL] Use Config mode of find_package for EFL 1.8
https://bugs.webkit.org/show_bug.cgi?id=124555
find_package(Eet ${EFL_REQUIRED_VERSION} REQUIRED ${EFL_CONFIG_MODE})
find_package(Eeze ${EFL_REQUIRED_VERSION} REQUIRED ${EFL_CONFIG_MODE})
find_package(Efreet ${EFL_REQUIRED_VERSION} REQUIRED ${EFL_CONFIG_MODE})
-find_package(E_DBus 1.7 COMPONENTS EUKit)
find_package(Freetype 2.4.2 REQUIRED)
find_package(HarfBuzz 0.9.2 REQUIRED)
if (ENABLE_BATTERY_STATUS)
find_package(DBus REQUIRED)
+ find_package(E_DBus 1.7 COMPONENTS EUKit)
endif ()
if (ENABLE_VIDEO OR ENABLE_WEB_AUDIO)