[webkit-gtk] How can I build webkitGTK with openGL ES 2.0 only.

Martin Robinson mrobinson at webkit.org
Wed Jun 12 13:47:52 PDT 2013


curiosity Wed, Jun 12, 2013 at 12:31 AM, 김병찬 <woanggun at gmail.com> wrote:
> Maybe you right.
>
> I saw this message "checking for CAIRO_GL....yes" In my build log.
> If turn off this, libcairo unlinked with GLX and GL?
>
> But I couldn't find how turn off the CAIRO_GL..
> "--disable-cairogl, --disable-cairo_gl" not work..
>
> How can I unlink with GLX and desktop GL?

If you want to use a special configuration like this, you can build
using autotools directly. Out of curiosity though, why do you have  to
remove desktop GL? If you build WebKit with EGL and OpenGL ES support
it won't use desktop GL.

--Martni


More information about the webkit-gtk mailing list