Re: [PATCH weston v3] configure: unify wayland-client and wayland-server requirements

2016-05-23 Thread Bryce Harrington
On Mon, May 23, 2016 at 11:43:29AM +0300, Pekka Paalanen wrote: > From: Pekka Paalanen > > This introduces a variable common for both wayland-client and > wayland-server required version number. As most developers usually build > everything, testing server and client version requirements separate

Re: [PATCH weston v3] configure: unify wayland-client and wayland-server requirements

2016-05-23 Thread Quentin Glidic
On 23/05/2016 10:43, Pekka Paalanen wrote: From: Pekka Paalanen This introduces a variable common for both wayland-client and wayland-server required version number. As most developers usually build everything, testing server and client version requirements separately is more poorly tested than

[PATCH weston v3] configure: unify wayland-client and wayland-server requirements

2016-05-23 Thread Pekka Paalanen
From: Pekka Paalanen This introduces a variable common for both wayland-client and wayland-server required version number. As most developers usually build everything, testing server and client version requirements separately is more poorly tested than version requirements in general. The server