commit | 7327d5a7a29ad31af871e144ebe053cb1ab478f7 | [log] [tgz] |
---|---|---|
author | Vincent Abriou <vincent.abriou@st.com> | Tue Oct 11 13:47:03 2016 +0200 |
committer | Daniel Stone <daniels@collabora.com> | Tue Nov 01 18:30:16 2016 +0000 |
tree | a84b082f48833a3e86d8139f0f464b069b71d7cc | |
parent | 67fe3dbdd061ae2a8451eb0c15ae43f2d5381b20 [diff] |
libweston: fix building issue when EGL support is not enabled 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 build. Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Giulio Camuffo <giuliocamuffo@gmail.com>