[Webkit-unassigned] [Bug 42600] [EFL] Enable Ecore-X on compile time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 17:50:23 PDT 2010


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





--- Comment #2 from Antonio Gomes <tonikitoo at webkit.org>  2010-07-19 17:50:23 PST ---
(From update of attachment 62003)

> diff --git a/cmake/OptionsEfl.cmake b/cmake/OptionsEfl.cmake
> index 78b91283aa27c8633995a7544541900ce25d7607..48e82c0d0ee944e0cea9de57de4e570d3cf74646 100644
> --- a/cmake/OptionsEfl.cmake
> +++ b/cmake/OptionsEfl.cmake
> @@ -43,12 +43,10 @@ ENDIF ()
>  SET(WTF_USE_FREETYPE 1)
>  ADD_DEFINITIONS(-DUSE_FREETYPE=1)
>  
> -ADD_DEFINITIONS(-DHAVE_ECORE_X)
> -
> -SET(JSC_EXECUTABLE_NAME jsc)
> -SET(WTF_LIBRARY_NAME wtf)
> -SET(JavaScriptCore_LIBRARY_NAME javascriptcore)
> -SET(WebCore_LIBRARY_NAME webcore)
> +SET(JSC_EXECUTABLE_NAME jsc_efl)
> +SET(WTF_LIBRARY_NAME wtf_efl)
> +SET(JavaScriptCore_LIBRARY_NAME javascriptcore_efl)
> +SET(WebCore_LIBRARY_NAME webcore_efl)
>  SET(WebKit_LIBRARY_NAME ewebkit)

Is this part of the patch related to the build time detection of ecore?

-- 
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