Re: [PATCH weston 2/6] Split the modules and include files between weston and libweston

2016-05-27 Thread Benoit Gschwind
Hello Giulio, The idea of the patch is fine, but the patch doesn't work. See following comments. (@Quentin: no it's does not work as it is ;) ) On 24/05/2016 18:59, Giulio Camuffo wrote: > The backends are now installed in lib/libweston-0, and the include > files that will be used by libweston in

Re: [PATCH weston 2/6] Split the modules and include files between weston and libweston

2016-05-25 Thread Quentin Glidic
On 24/05/2016 18:59, Giulio Camuffo wrote: The backends are now installed in lib/libweston-0, and the include files that will be used by libweston in include/libweston-0. The other modules and weston-specific include files are kept in the old paths. A new load_weston_module() is added to load plu

[PATCH weston 2/6] Split the modules and include files between weston and libweston

2016-05-24 Thread Giulio Camuffo
The backends are now installed in lib/libweston-0, and the include files that will be used by libweston in include/libweston-0. The other modules and weston-specific include files are kept in the old paths. A new load_weston_module() is added to load plugins in the old path, which is not part of li