Re: [PATCH] Add [core] backend option

2013-11-15 Thread Kristian Høgsberg
On Fri, Nov 15, 2013 at 02:18:15PM +0100, Lubomir Rintel wrote: > This allows specifying a particular backend to load in a manner similar to > modules. > > Signed-off-by: Lubomir Rintel Yes, that's a good addition, committed. Kristian > --- > man/weston.ini.man | 17 + > src/c

[PATCH] Add [core] backend option

2013-11-15 Thread Lubomir Rintel
This allows specifying a particular backend to load in a manner similar to modules. Signed-off-by: Lubomir Rintel --- man/weston.ini.man | 17 + src/compositor.c | 24 +++- 2 files changed, 32 insertions(+), 9 deletions(-) diff --git a/man/weston.ini.man b/