Re: [PATCH weston 1/3] compositor: Make --modules always override other module loading

2013-07-09 Thread Kristian Høgsberg
On Tue, Jul 09, 2013 at 12:12:48PM +0100, Rob Bradford wrote: > From: Rob Bradford > > This allows the test suite to strictly control the modules that get > loaded by the compositor. The idea is that the command line option should allow loading additional modules to what's configured in weston.i

[PATCH weston 1/3] compositor: Make --modules always override other module loading

2013-07-09 Thread Rob Bradford
From: Rob Bradford This allows the test suite to strictly control the modules that get loaded by the compositor. https://bugs.freedesktop.org/show_bug.cgi?id=57636 --- man/weston.man | 3 ++- src/compositor.c | 11 +++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ma