[webkit-dev] Progressing on the Android port

Lucas De Marchi lucas.demarchi at profusion.mobi
Fri May 13 17:07:04 PDT 2011


On Fri, May 13, 2011 at 6:07 PM, Lucas De Marchi
<lucas.demarchi at profusion.mobi> wrote:
> So what we did is let all options turned off by default, without
> giving the option to turn it on. This is done by letting the "#define
> ENABLE_BLAAAAA" in cmakeconfig.cmake. The macro ENABLE(BLAAAAA) will
> expand to 0 in this case. If it doesn't (like you said about GLIB,
> IMO that is a bug).
>
>
> I'll take a look if it's expanding as it should.
>

The build indeed breaks in this case. Proposed solution:


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


Lucas De Marchi


More information about the webkit-dev mailing list