GNOME Bugzilla – Bug 655216
egl: Guard the feature discovery of eglCreateImage()
Last modified: 2011-07-29 10:47:38 UTC
This was causing the Android backend not to compile with Cogl master. The fix is totally blind.
Created attachment 192568 [details] [review] egl: Guard the feature discovery of eglCreateImage() EGLImageKHR might not be defined, the rest of the code seems to guard it with #ifdef EGL_KHR_image_base.
Attachment 192568 [details] pushed as 9ca3308 - egl: Guard the feature discovery of eglCreateImage()