Re: [PATCH] libweston: fix pixel-format helpers compilation on non-X11 EGL platforms

2017-04-12 Thread Daniel Stone
Hi Philipp, On 12 April 2017 at 14:32, Philipp Zabel wrote: > Since building libweston includes EGL/egl.h from pixel-formats.c, > EGL_CFLAGS must be added to libweston_CFLAGS, as on some platforms that > contains -DMESA_EGL_NO_X11_HEADERS, and fails to compile without it: > > CC libweston

[PATCH] libweston: fix pixel-format helpers compilation on non-X11 EGL platforms

2017-04-12 Thread Philipp Zabel
Since building libweston includes EGL/egl.h from pixel-formats.c, EGL_CFLAGS must be added to libweston_CFLAGS, as on some platforms that contains -DMESA_EGL_NO_X11_HEADERS, and fails to compile without it: CC libweston/libweston_3_la-pixel-formats.lo In file included from [...]/usr/includ