[Webkit-unassigned] [Bug 62692] [CMAKE][WK2] include cmakeconfig.h in WebKit2/config.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 07:08:04 PDT 2011


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





--- Comment #3 from Lucas De Marchi <demarchi at webkit.org>  2011-06-15 07:08:03 PST ---
(From update of attachment 97241)
View in context: https://bugs.webkit.org/attachment.cgi?id=97241&action=review

> Source/WebKit2/config.h:61
> -#if defined(BUILDING_QT__) || defined(BUILDING_GTK__)
> +#if defined(BUILDING_QT__) || defined(BUILDING_GTK__) || defined(BUILDING_WITH_CMAKE)
>  
>  #define WTF_USE_JSC 1
>  #define WTF_USE_V8 0

This one looks wrong to me. Isn't there any port that might want WTF_USE_V8? Wasn't the EFL port recently adding support to use V8 instead of JSC?

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