Re: [PATCH weston 2/3] modules: Drop module_init as a shared init function

2016-12-02 Thread Pekka Paalanen
On Mon, 11 Jul 2016 11:05:38 +0200 Giulio Camuffo wrote: > 2016-07-04 15:58 GMT+02:00 Quentin Glidic : > > From: Quentin Glidic > > > > Use different functions so we cannot load a libweston module in weston > > or the other way around. > > > > Also properly namespace backend_init and use a diffe

Re: [PATCH weston 2/3] modules: Drop module_init as a shared init function

2016-07-11 Thread Giulio Camuffo
2016-07-04 15:58 GMT+02:00 Quentin Glidic : > From: Quentin Glidic > > Use different functions so we cannot load a libweston module in weston > or the other way around. > > Also properly namespace backend_init and use a different name for weston > shells. > > Signed-off-by: Quentin Glidic > --- >

[PATCH weston 2/3] modules: Drop module_init as a shared init function

2016-07-04 Thread Quentin Glidic
From: Quentin Glidic Use different functions so we cannot load a libweston module in weston or the other way around. Also properly namespace backend_init and use a different name for weston shells. Signed-off-by: Quentin Glidic --- compositor/cms-colord.c | 5 +++-- compositor/cm