commit | c950667e87dc175bd2741a51460ebd3e29a57c92 | [log] [tgz] |
---|---|---|
author | Vincent Abriou <vincent.abriou@st.com> | Wed Oct 05 16:14:07 2016 +0200 |
committer | Daniel Stone <daniels@collabora.com> | Wed Oct 05 16:47:43 2016 +0100 |
tree | 4a49bd08be255b5f250763c4e38832b04b456860 | |
parent | a483cac1afafe59e49fb7e7c846943462206f06d [diff] |
libweston: include weston-egl-ext.h in drm, x11 and wayland compositor As to what is done for gl-renderer.c, weston-egl-ext.h should be include in compositor-drm.c, compositor-x11.c and compositor-wayland.c. This fix building issue with GPU that does not have EGL_PLATFORM_xxx_KHR in their extension header file eglext.h. Signed-off-by: Vincent Abriou <vincent.abriou@st.com> Reviewed-by: Daniel Stone <daniels@collabora.com>