Le 13/11/2014 21:07, Giulio Camuffo a écrit :
> 2014-11-13 21:56 GMT+02:00 Bryce Harrington :
>> On Thu, Nov 06, 2014 at 10:41:19PM +0200, Giulio Camuffo wrote:
>>> This patchset makes a libweston.so out of the compositor core, thought
>>> to be used by many different users.
>>
>> Who are thought b
2014-11-13 21:56 GMT+02:00 Bryce Harrington :
> On Thu, Nov 06, 2014 at 10:41:19PM +0200, Giulio Camuffo wrote:
>> This patchset makes a libweston.so out of the compositor core, thought
>> to be used by many different users.
>
> Who are thought be the users for this?
Well, my compositor for sure
(
On Thu, Nov 06, 2014 at 10:41:19PM +0200, Giulio Camuffo wrote:
> This patchset makes a libweston.so out of the compositor core, thought
> to be used by many different users.
Who are thought be the users for this?
Bryce
___
wayland-devel mailing list
wa
This patchset makes a libweston.so out of the compositor core, thought
to be used by many different users.
The main() was moved out of compositor.c into a new weston.c, and so
all weston-the-binary specific things, such as signal handling, child
process handling, config, logging and the like.
Some