[PATCH 1/1] libweston: fix building issue when EGL support is not enabled

2016-10-11 Thread Vincent Abriou
weston-egl-ext.h has been include in compositor-xx.c file in order to define EGL_PLATFORM_xxx_KHR extensions used by the compositors. But in case EGL support is not enabled, all EGL related definition must be skipped except EGL_PLATFORM_xxx_KHR that must be still defined to allow compositor-xx.c to

Re: [PATCH 1/1] libweston: fix building issue when EGL support is not enabled

2016-11-01 Thread Giulio Camuffo
2016-10-11 13:47 GMT+02:00 Vincent Abriou : > weston-egl-ext.h has been include in compositor-xx.c file in order to > define EGL_PLATFORM_xxx_KHR extensions used by the compositors. > But in case EGL support is not enabled, all EGL related definition must > be skipped except EGL_PLATFORM_xxx_KHR th

Re: [PATCH 1/1] libweston: fix building issue when EGL support is not enabled

2016-11-01 Thread Daniel Stone
Hi, On 1 November 2016 at 17:51, Giulio Camuffo wrote: > 2016-10-11 13:47 GMT+02:00 Vincent Abriou : >> weston-egl-ext.h has been include in compositor-xx.c file in order to >> define EGL_PLATFORM_xxx_KHR extensions used by the compositors. >> But in case EGL support is not enabled, all EGL relat