Re: [webkit-dev] Progressing on the Android port

2011-05-16 Thread Darin Fisher
On Fri, May 13, 2011 at 1:48 PM, Lucas De Marchi < lucas.demar...@profusion.mobi> wrote: > On Fri, May 13, 2011 at 5:35 PM, Holger Freyther > wrote: > > On 05/12/2011 05:16 PM, Lucas De Marchi wrote: > >> Hi Holger Freyther, > >> > > > >> I'm glad to hear you will use CMake as the build system. T

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Lucas De Marchi
On Fri, May 13, 2011 at 6:07 PM, Lucas De Marchi 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_BLA" in cmakeconfig.cmake. The macro ENABLE(BLA) will > expand to 0 in this case. If i

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Adam Barth
On Fri, May 13, 2011 at 1:35 PM, Holger Freyther wrote: > On 05/12/2011 05:16 PM, Lucas De Marchi wrote: >> Hi Holger Freyther, >> I'm glad to hear you will use CMake as the build system. Take a look >> on the email I sent yesterday porting GTK to CMake, maybe it will help >> you.  Since Android a

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Patrick Gansterer
Am 13.05.2011 um 23:07 schrieb Lucas De Marchi: > Humn... now I see what you're saying. I don't know if it's worth > because that would give the user the option to turn it on. Not all > options work with every port and doing so will result in a build > break. > > So what we did is let all option

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Lucas De Marchi
On Fri, May 13, 2011 at 5:59 PM, Holger Freyther wrote: > On 05/13/2011 10:48 PM, Lucas De Marchi wrote: >> This is exactly the reason why I committed r86370 when doing the GTK >> port. Now you can do as I did for GTK: >> >> WEBKIT_FEATURE(ENABLE_GLIB_SUPPORT "Enable Glib support" ALWAYS ON) >> >>

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Holger Freyther
On 05/13/2011 10:48 PM, Lucas De Marchi wrote: > This is exactly the reason why I committed r86370 when doing the GTK > port. Now you can do as I did for GTK: > > WEBKIT_FEATURE(ENABLE_GLIB_SUPPORT "Enable Glib support" ALWAYS ON) > > or ALWAYS OFF if you meant to unconditionally disable it. I

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Lucas De Marchi
On Fri, May 13, 2011 at 5:35 PM, Holger Freyther wrote: > On 05/12/2011 05:16 PM, Lucas De Marchi wrote: >> Hi Holger Freyther, >> > >> I'm glad to hear you will use CMake as the build system. Take a look >> on the email I sent yesterday porting GTK to CMake, maybe it will help >> you.  Since Andr

Re: [webkit-dev] Progressing on the Android port

2011-05-13 Thread Holger Freyther
On 05/12/2011 05:16 PM, Lucas De Marchi wrote: > Hi Holger Freyther, > > I'm glad to hear you will use CMake as the build system. Take a look > on the email I sent yesterday porting GTK to CMake, maybe it will help > you. Since Android and Chromium/Linux have overlaps, do you think > it'd be eas

Re: [webkit-dev] Progressing on the Android port

2011-05-12 Thread Lucas De Marchi
Hi Holger Freyther, On Thu, May 12, 2011 at 7:08 AM, Holger Freyther wrote: > == How == > I want to use CMake as the buildsystem. The main reason is that it is already > used by other ports and the CMake community provides an easy way to use the > Android NDK. > > My aim is to use the existing SK

[webkit-dev] Progressing on the Android port

2011-05-12 Thread Holger Freyther
Hi WebKit-dev folks, in the spirit of the mails describing new features I would like to talk about my intention regarding the Android port. == Aim == I want to build WebKit trunk for Android and use it on a phone. This means I want to have build-webkit integration, will host a buildbot, will work