[Mesa-dev] [PATCH] egl/wayland: restore WAYLAND_CLIENT_CFLAGS

Gert Wollny gw.fossdev at gmail.com
Wed Oct 4 07:46:31 UTC 2017


Am Mittwoch, den 04.10.2017, 00:32 +0200 schrieb Marek Olšák:
> From: Slava Grigorev <slava.grigorev at 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.grigorev at amd.com>
> Signed-off-by: Marek Olšák <marek.olsak at 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)
>  


More information about the mesa-dev mailing list