[Webkit-unassigned] [Bug 170959] New: Building Webkit2Gtk without OpenGL fails.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Apr 18 11:53:56 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=170959
Bug ID: 170959
Summary: Building Webkit2Gtk without OpenGL fails.
Product: WebKit
Version: WebKit Local Build
Hardware: Macintosh
OS: macOS 10.12
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: jralls at ceridwen.us
CC: bugs-noreply at webkitgtk.org
WebKitGtk 2.16.1
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170418/d447b811/attachment.html>
More information about the webkit-unassigned
mailing list