[Webkit-unassigned] [Bug 114550] [GTK] Unable to build with --disable-webgl.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 05:37:46 PDT 2013


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





--- Comment #5 from Zan Dobersek <zandobersek at gmail.com>  2013-04-22 05:36:05 PST ---
The OpenGLShims code is only built if WebGL is enabled (i.e. the WTF_USE_3D_GRAPHICS build guard is defined) despite still being required by GLContextEGL, GLContextGLX etc., hence the undefined references.

I think this can be approached in multiple ways, one being expanding the OpenGLShims build guards, another disabling OpenGL, EGL and GLX support at configure-time. This will have to be discussed, after that I'll perform the best solution.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list