On 3 October 2017 at 14:34, Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de> 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-egl.h: No such file or directory > #include "wayland-egl.h" > ^~~~~~~~~~~~~~~ > > This commit forward declares the following 4 functions from > wayland-egl-core.h, > as suggested by Andres Gomez: > * wl_egl_window_resize > * wl_egl_window_create > * wl_egl_window_destroy > * wl_egl_window_get_attached_size > > With this we can drop the wayland-egl.h include! > > Fixes: ab0589c6ed ("wayland-egl: remove no longer needed wayland-client > dependency") > Signed-off-by: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de> > Reviewed-by: Emil Velikov <emil.veli...@collabora.com>
Apologies, I should have made this clearer: Your original patch was good enough for now. This approach will conflict (badly) with the move/import plan mentioned. Thanks Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev