Re: [PATCH weston v2 7/8] Split the modules and include files between weston and libweston

2016-06-02 Thread Pekka Paalanen
On Thu, 2 Jun 2016 11:06:58 +0200 Quentin Glidic wrote: > On 01/06/2016 20:43, 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

Re: [PATCH weston v2 7/8] Split the modules and include files between weston and libweston

2016-06-02 Thread Quentin Glidic
On 01/06/2016 20:43, 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

Re: [PATCH weston v2 7/8] Split the modules and include files between weston and libweston

2016-06-02 Thread Quentin Glidic
On 01/06/2016 20:43, 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 v2 7/8] Split the modules and include files between weston and libweston

2016-06-01 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