Re: [PATCH weston 7/7] configure: build tablet-shell client conditionally

2012-10-17 Thread Tiago Vignatti
On 10/16/2012 07:52 PM, Pekka Paalanen wrote: On Tue, 16 Oct 2012 11:11:51 -0400 Kristian Høgsberg wrote: On Tue, Oct 16, 2012 at 05:49:20PM +0300, Tiago Vignatti wrote: On 10/16/2012 05:27 PM, Pekka Paalanen wrote: Do not build the tablet-shell client if --disable-tablet-shell is given. h

Re: [PATCH weston 7/7] configure: build tablet-shell client conditionally

2012-10-16 Thread Pekka Paalanen
On Tue, 16 Oct 2012 11:11:51 -0400 Kristian Høgsberg wrote: > On Tue, Oct 16, 2012 at 05:49:20PM +0300, Tiago Vignatti wrote: > > On 10/16/2012 05:27 PM, Pekka Paalanen wrote: > > >Do not build the tablet-shell client if --disable-tablet-shell is given. > > > > hmm, why actually? It doesn't take

Re: [PATCH weston 7/7] configure: build tablet-shell client conditionally

2012-10-16 Thread Kristian Høgsberg
On Tue, Oct 16, 2012 at 05:49:20PM +0300, Tiago Vignatti wrote: > On 10/16/2012 05:27 PM, Pekka Paalanen wrote: > >Do not build the tablet-shell client if --disable-tablet-shell is given. > > hmm, why actually? It doesn't take long to compile and it's a good > practice to compile the code to make

Re: [PATCH weston 7/7] configure: build tablet-shell client conditionally

2012-10-16 Thread Tiago Vignatti
On 10/16/2012 05:27 PM, Pekka Paalanen wrote: Do not build the tablet-shell client if --disable-tablet-shell is given. hmm, why actually? It doesn't take long to compile and it's a good practice to compile the code to make sure we don't break things there. Note that I'm not discussing (all o

[PATCH weston 7/7] configure: build tablet-shell client conditionally

2012-10-16 Thread Pekka Paalanen
Do not build the tablet-shell client if --disable-tablet-shell is given. Change --enable-tablet-shell to --disable-tablet-shell in ./configure --help output, since it is enabled by default. Add a description. Use proper quoting in the conditional. Signed-off-by: Pekka Paalanen --- clients/Make