Am Mittwoch, den 04.10.2017, 00:32 +0200 schrieb Marek Olšák: > From: Slava Grigorev <slava.grigo...@amd.com> > > that is required to include wayland-egl.h header file if it is not > in /usr/include
A similar patch was yesterday send by Tobias Klausmann and reviewed by Emil, https://patchwork.freedesktop.org/patch/180373/ Best, Gert > > Signed-off-by: Slava Grigorev <slava.grigo...@amd.com> > Signed-off-by: Marek Olšák <marek.ol...@amd.com> > --- > 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 08a6768..7dde955 100644 > --- a/src/egl/wayland/wayland-egl/Makefile.am > +++ b/src/egl/wayland/wayland-egl/Makefile.am > @@ -1,15 +1,16 @@ > pkgconfigdir = $(libdir)/pkgconfig > pkgconfig_DATA = wayland-egl.pc > > AM_CFLAGS = $(DEFINES) \ > - $(VISIBILITY_CFLAGS) > + $(VISIBILITY_CFLAGS) \ > + $(WAYLAND_CLIENT_CFLAGS) > > lib_LTLIBRARIES = libwayland-egl.la > noinst_HEADERS = wayland-egl-backend.h > libwayland_egl_la_SOURCES = wayland-egl.c > libwayland_egl_la_LDFLAGS = \ > -no-undefined \ > -version-info 1 \ > $(GC_SECTIONS) \ > $(LD_NO_UNDEFINED) > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev