[Webkit-unassigned] [Bug 130183] [EFL] Fix the !ENABLE(BATTERY_STATUS) build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 13 03:13:08 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130183





--- Comment #2 from Ryuan Choi <ryuan.choi at samsung.com>  2014-03-13 03:13:23 PST ---
(From update of attachment 226582)
View in context: https://bugs.webkit.org/attachment.cgi?id=226582&action=review

> Source/cmake/OptionsEfl.cmake:168
> -if (ENABLE_BATTERY_STATUS)
> -    find_package(DBus REQUIRED)
> -    find_package(E_DBus 1.7 COMPONENTS EUKit)
> -endif ()
> +find_package(DBus REQUIRED)
> +find_package(E_DBus 1.7 COMPONENTS EUKit)

If we are trying to build on EFL 1.8 or latest version without BATTERY_STATUS and E_Dbus, we will have errors like below.

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
E_DBUS_EUKIT_LIBRARIES
    linked by target "WebCore" in directory /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebCore
E_DBUS_LIBRARIES
    linked by target "WebCore" in directory /home/ryuan/workspace/project/webkit/efl-webkit/Source/WebCor

Because EFL 1.8, 1.9 and later does not require E_Dbus, it should be also fine.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list