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
> [email protected]
> 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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
webkit-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to