Re: [PATCH weston 1/2] tests: Include weston-egl-ext from weston-test

2015-02-12 Thread Daniel Stone
Hi, On Thursday, February 12, 2015, Bryce Harrington wrote: > On Wed, Feb 11, 2015 at 06:15:17PM +, Daniel Stone wrote: > > weston-test uses eglBindWaylandDisplayWL and friends, which are defined > > either by the EGL implementation, or weston-egl-ext.h as a fallback. > > Include weston-egl-

Re: [PATCH weston 1/2] tests: Include weston-egl-ext from weston-test

2015-02-11 Thread Bryce Harrington
On Wed, Feb 11, 2015 at 06:15:17PM +, Daniel Stone wrote: > weston-test uses eglBindWaylandDisplayWL and friends, which are defined > either by the EGL implementation, or weston-egl-ext.h as a fallback. > Include weston-egl-ext.h from weston-test, so we can build on systems > whose native EGL i

[PATCH weston 1/2] tests: Include weston-egl-ext from weston-test

2015-02-11 Thread Daniel Stone
weston-test uses eglBindWaylandDisplayWL and friends, which are defined either by the EGL implementation, or weston-egl-ext.h as a fallback. Include weston-egl-ext.h from weston-test, so we can build on systems whose native EGL implementation doesn't give us the needed defines. Signed-off-by: Dani