Re: [PATCH] shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined

2016-09-26 Thread Pekka Paalanen
On Thu, 15 Sep 2016 13:01:49 +0200 Krzysztof Konopko wrote: > Including `weston-egl-ext.h` causes compilation failure for configurations > with EGL disabled. > > Verified with `--disable-egl`, `--disable-x11-compositor` > and `--disable-drm-compositor`. > > Signed-off-by: Krzysztof Konopko > -

[PATCH] shared/platform: include weston-egl-ext.h only if ENABLE_EGL is defined

2016-09-15 Thread Krzysztof Konopko
Including `weston-egl-ext.h` causes compilation failure for configurations with EGL disabled. Verified with `--disable-egl`, `--disable-x11-compositor` and `--disable-drm-compositor`. Signed-off-by: Krzysztof Konopko --- shared/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d