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

Gert Wollny gw.fossdev at gmail.com
Tue Oct 3 06:57:18 UTC 2017


Tested-By: Gert Wollny <gw.fossdev at 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.klausmann at 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


More information about the mesa-dev mailing list