Re: [PATCH weston 3/3] libweston: Add a generic weston_compositor_load_module

2016-12-02 Thread Pekka Paalanen
On Mon, 4 Jul 2016 15:58:09 +0200 Quentin Glidic wrote: > From: Quentin Glidic > > This way, we can share modules between libweston-based compositors, but > they can only be loaded explicitely by the compositor. > > Signed-off-by: Quentin Glidic Hi, this seems like a fairly big step: we ar

[PATCH weston 3/3] libweston: Add a generic weston_compositor_load_module

2016-07-04 Thread Quentin Glidic
From: Quentin Glidic This way, we can share modules between libweston-based compositors, but they can only be loaded explicitely by the compositor. Signed-off-by: Quentin Glidic --- Makefile.am| 3 ++- compositor/main.c | 38 ++ libweston/c