Re: [PATCH] Make the default desktop shell client configurable

2013-12-02 Thread Kristian Høgsberg
On Mon, Dec 02, 2013 at 09:19:46PM +, Bryce W. Harrington wrote: > Looks good to me > > Reviewed-by: Bryce Harrington Indeed, goes well with Neils change. Committed. Kristian > On Mon, Dec 02, 2013 at 12:53:32PM +0100, poch...@gmail.com wrote: > > From: Emilio Pozuelo Monfort > > > > Th

Re: [PATCH] Make the default desktop shell client configurable

2013-12-02 Thread Bryce W. Harrington
Looks good to me Reviewed-by: Bryce Harrington On Mon, Dec 02, 2013 at 12:53:32PM +0100, poch...@gmail.com wrote: > From: Emilio Pozuelo Monfort > > The default can be set by passing WESTON_SHELL_CLIENT as an argument > to configure, similarly to WESTON_NATIVE_BACKEND. > --- > configure.ac

[PATCH] Make the default desktop shell client configurable

2013-12-02 Thread pochu27
From: Emilio Pozuelo Monfort The default can be set by passing WESTON_SHELL_CLIENT as an argument to configure, similarly to WESTON_NATIVE_BACKEND. --- configure.ac | 9 + man/Makefile.am| 1 + man/weston.ini.man | 3 ++- src/shell.c| 2 +- 4 files changed, 13 insertion