Re: [PATCH weston v3 04/11] make the backends compositor-neutral

2015-07-10 Thread Pekka Paalanen
On Sat, 27 Jun 2015 14:07:44 +0300 Giulio Camuffo wrote: > The backends used to have lots of code dealing with weston specific configs. > To allow them to be used by other compositors with their own configurations > remove all the usage of weston_config from the backends code and move it > in wes

[PATCH weston v3 04/11] make the backends compositor-neutral

2015-06-27 Thread Giulio Camuffo
The backends used to have lots of code dealing with weston specific configs. To allow them to be used by other compositors with their own configurations remove all the usage of weston_config from the backends code and move it in weston.c. The backends are now initialized with the new weston_composi