[PATCH weston 02/10] nested: compile when system egl header does not export wayland extensions

Pekka Paalanen ppaalanen at gmail.com
Wed Aug 27 06:40:32 PDT 2014


On Mon, 25 Aug 2014 20:56:44 +0200
rawoul at gmail.com wrote:

> From: Arnaud Vrac <avrac at freebox.fr>
> 
> ---
>  clients/nested.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/clients/nested.c b/clients/nested.c
> index f094237..87cb06c 100644
> --- a/clients/nested.c
> +++ b/clients/nested.c
> @@ -45,6 +45,7 @@
>  #define WL_HIDE_DEPRECATED
>  #include <wayland-server.h>
>  
> +#include "../src/weston-egl-ext.h"
>  #include "window.h"
>  
>  #define MIN(x,y) (((x) < (y)) ? (x) : (y))

I think this also needs an addition to the SOURCES in Makefile.am.


Thanks,
pq


More information about the wayland-devel mailing list