Re: [PATCH weston v3] build: Define wayland prereq version

2016-05-24 Thread Quentin Glidic
On 24/05/2016 09:24, Pekka Paalanen wrote: On Mon, 23 May 2016 14:07:58 -0700 Bryce Harrington wrote: Establishes a single variable for defining the libwayland version requirements. Enforces the same version dependency between libwayland-client and libwayland-server, as per the 1.11 release d

Re: [PATCH weston v3] build: Define wayland prereq version

2016-05-24 Thread Pekka Paalanen
On Mon, 23 May 2016 14:07:58 -0700 Bryce Harrington wrote: > Establishes a single variable for defining the libwayland version > requirements. Enforces the same version dependency between > libwayland-client and libwayland-server, as per the 1.11 release > discussions. This also sets wayland-cl

[PATCH weston v3] build: Define wayland prereq version

2016-05-23 Thread Bryce Harrington
Establishes a single variable for defining the libwayland version requirements. Enforces the same version dependency between libwayland-client and libwayland-server, as per the 1.11 release discussions. This also sets wayland-client's required version to 1.10, same as for the server. Signed-off-