[Webkit-unassigned] [Bug 142498] [GTK] Add a configure option to build with OpenGL ES 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 9 11:35:19 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=142498

--- Comment #10 from Martin Robinson <mrobinson at webkit.org> ---
View in context: https://bugs.webkit.org/attachment.cgi?id=248262&action=review

> Source/cmake/OptionsGTK.cmake:94
> +        # FIXME: Should we search for cairo-glesv2 instead of cairo-gl in this case?

Yeah, this FIXME looks to have the correct suggestion. We probably need to pass an argument to FindCairoGL.

> Source/cmake/OptionsGTK.cmake:329
> +if ((OPENGL_FOUND OR OPENGLES2_FOUND) AND (GLX_FOUND OR EGL_FOUND))

I think the OPENGES2 + GLX combination is still bogus. :) One easy way to fix it is to error out early if EGL isn't found.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150309/6422ed75/attachment-0002.html>


More information about the webkit-unassigned mailing list