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?


2013/6/12 Martin Robinson <mrobin...@webkit.org>

> On Tue, Jun 11, 2013 at 11:06 PM, 김병찬 <woang...@gmail.com> wrote:
>
> > Now I want test webGL contents with openGL ES 2.0 only.
> > I got a hint for this in WebKit Revision r130525, and try build with
> > this(build-webkit --gtk --disable-glx --enable-egl --enable-gles2)
> command.
> > And then I met a little compile error in cairo_gl.h, resolve this error
> with
> > undefine CARIO_HAS_GLX_FUNCTIONS.. ( just for test.. )
> > And then, build success.
> >
> > Then I remove libGL.so* in my desktop. ( make similar environment with
> > embeded system)
> > And launch my binary, I got this message :
> > "error while loading shared libraries: libGL.so.1 ... "
> > If dont remove libGL.so*, then my binary launch well.
> > But I'm not sure about "this binary only use opengl ES".
>
> Perhaps libcairo is still linked against GLX and desktop GL?
>
> --Martin
>
_______________________________________________
webkit-gtk mailing list
webkit-gtk@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to