<div dir="ltr"><div>Hello, </div><div><br></div><div>I&#39;m not expert at linux, opengl, and English.. so take it easy plz :) </div><div><br></div><div>I trying to build webkitGTK with openGL ES 2.0 only. ( not openGL ) </div>
<div><br></div><div>I was checkout webkit source from here(<a href="http://svn.webkit.org/repository/webkit/trunk">http://svn.webkit.org/repository/webkit/trunk</a>), and build with this(build-webkit --gtk) command.</div>
<div>And then test webGL contents with &quot;--enalbe-webgl=TRUE&quot; option. (it&#39;s success)</div><div><br></div><div>Now I want test webGL contents with openGL ES 2.0 only.</div><div>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.</div>
<div>And then I met a little compile error in cairo_gl.h, resolve this error with undefine CARIO_HAS_GLX_FUNCTIONS.. ( just for test.. )</div><div>And then, build success. </div><div><br></div><div>Then I remove libGL.so* in my desktop. ( make similar environment with embeded system) </div>
<div>And launch my binary, I got this message :</div><div>&quot;error while loading shared libraries: libGL.so.1 ... &quot;</div><div>If dont remove libGL.so*, then my binary launch well. </div><div>But I&#39;m not sure about &quot;this binary only use opengl ES&quot;.</div>
<div><br></div><div><b>So, my question is this : </b></div><div><br></div><div> 1. My build command for use openGL ES 2.0 is right? (build-webkit --gtk --disable-glx --enable-egl --enable-gles2)</div><div> 2. If yes, this binay only use opengl ES? </div>
<div> 3. If also yes, how can I check it in my desktop(ubuntu)?</div><div><br></div><div><br></div><div>And additional question.. (actually, this is my goal.)</div><div><br></div><div> 4. Is webkitGTK&#39;s webGL feature running well in embeded system? ( this system only support openGL ES 2.0. not openGL )</div>
<div> </div><div><br></div><div>Thank you for read. </div><div>And wait your answer.. please answer me please.</div><div><br></div><div>-- Chan.</div></div>