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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 19:18:54 PDT 2010


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





--- Comment #3 from Gustavo Sverzut Barbieri <barbieri at profusion.mobi>  2010-07-19 19:18:54 PST ---
(In reply to comment #2)
> (From update of attachment 62003 [details])
> 
> > 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?

err, it's not... it got in the patch I generated, should be split into another patch on its own (actually  I thought that got in SVN a while ago...)

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