Re: [Mesa-dev] [PATCH] wayland-egl: redistribute the wayland.egl.h include

2017-10-04 Thread Tobias Klausmann
On 10/4/17 3:47 PM, Emil Velikov wrote: > On 3 October 2017 at 14:45, Tobias Klausmann > wrote: >> Starting with commit ab0589c6ed ("wayland-egl: remove no longer needed >> wayland-client dependency") the wayland-egl.h include was missing leading to >> a >> build failure: >> >> CC waylan

Re: [Mesa-dev] [PATCH] wayland-egl: redistribute the wayland.egl.h include

2017-10-04 Thread Emil Velikov
On 3 October 2017 at 14:45, Tobias Klausmann wrote: > Starting with commit ab0589c6ed ("wayland-egl: remove no longer needed > wayland-client dependency") the wayland-egl.h include was missing leading to a > build failure: > > CC wayland-egl.lo > wayland-egl.c:33:10: fatal error: wayland-e

[Mesa-dev] [PATCH] wayland-egl: redistribute the wayland.egl.h include

2017-10-03 Thread Tobias Klausmann
Starting with commit ab0589c6ed ("wayland-egl: remove no longer needed wayland-client dependency") the wayland-egl.h include was missing leading to a build failure: CC wayland-egl.lo wayland-egl.c:33:10: fatal error: wayland-egl.h: No such file or directory #include "wayland-egl.h"