[webkit-gtk] ENABLE_OPENGL=OFF
Carlos Alberto Lopez Perez
clopez at igalia.com
Tue Apr 18 11:36:38 PDT 2017
On 18/04/17 18:58, John Ralls wrote:
> Is it supposed to be possible to build WebKit2Gtk 2.6.x without OpenGL?
>
> There's an option to turn it off in OptionsGTK.cmake, but Texture Mapping seems to require it (though by reverting 185805 one can disable that too), but...
> ../Source/WebKit2/WebProcess/WebPage/AcceleratedDrawingArea.cpp:49:24: error:
> member access into incomplete type 'WebKit::LayerTreeHost'
> m_layerTreeHost->invalidate();
> and plenty more because in LayerTreeHost.h the class definition is guarded with
> #if USE(COORDINATED_GRAPHICS) || USE(TEXTURE_MAPPER)
>
> Some of AcceleratedDrawingArea's members are optional with that as well, but m_LayerTreeHost and m_previousLayerTreeHost aren't and there are a bunch of not-optional functions that would effectively be gutted if every use of those is made optional.
>
> Regards,
> John Ralls
>
> _______________________________________________
> webkit-gtk mailing list
> webkit-gtk at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-gtk
>
It is supposed.
Could you please file a bug in https://bugs.webkit.org and select the
component: "WebKit Gtk" ?
Thanks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 883 bytes
Desc: OpenPGP digital signature
URL: <http://lists.webkit.org/pipermail/webkit-gtk/attachments/20170418/62429439/attachment.bin>
More information about the webkit-gtk
mailing list