Tested-By: Gert Wollny <gw.foss...@gmail.com>
Am Dienstag, den 03.10.2017, 01:49 +0200 schrieb 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: Datei oder > Verzeichnis nicht > gefunden > #include "wayland-egl.h" > ^~~~~~~~~~~~~~~ > > Signed-off-by: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de > > > Fixes: ab0589c6ed ("swayland-egl: remove no longer needed wayland- > client > dependency") > --- > src/egl/wayland/wayland-egl/Makefile.am | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/egl/wayland/wayland-egl/Makefile.am > b/src/egl/wayland/wayland-egl/Makefile.am > index 08a6768049..730fd03ddb 100644 > --- a/src/egl/wayland/wayland-egl/Makefile.am > +++ b/src/egl/wayland/wayland-egl/Makefile.am > @@ -2,7 +2,8 @@ pkgconfigdir = $(libdir)/pkgconfig > pkgconfig_DATA = wayland-egl.pc > > AM_CFLAGS = $(DEFINES) \ > - $(VISIBILITY_CFLAGS) > + $(VISIBILITY_CFLAGS) \ > + $(WAYLAND_SERVER_CFLAGS) > > lib_LTLIBRARIES = libwayland-egl.la > noinst_HEADERS = wayland-egl-backend.h _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev