Re: [PATCH weston v3 06/11] build a libweston.so used by the weston binary

2015-07-13 Thread Pekka Paalanen
On Sat, 27 Jun 2015 14:07:46 +0300 Giulio Camuffo wrote: > The library is versioned, so a -N is appended to its name, e.g. > libweston-1.so. > The same is done for the pc file, the include and lib/weston dirs. > This allows multiple libweston versions to be installed together. > Additionally, a

[PATCH weston v3 06/11] build a libweston.so used by the weston binary

2015-06-27 Thread Giulio Camuffo
The library is versioned, so a -N is appended to its name, e.g. libweston-1.so. The same is done for the pc file, the include and lib/weston dirs. This allows multiple libweston versions to be installed together. Additionally, a new libweston.pc is introduced in paraller with weston.pc, which is us