[Webkit-unassigned] [Bug 207190] New: build error with -DENABLE_WAYLAND_TARGET=OFF
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 4 01:54:50 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=207190
Bug ID: 207190
Summary: build error with -DENABLE_WAYLAND_TARGET=OFF
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: wwwutz at gmail.com
When building with -DENABLE_WAYLAND_TARGET=OFF there is still a Wayland reference which breaks the build:
Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp:276:75: error: no member named 'Wayland' in 'WebCore::PlatformDisplay::Type'
PlatformDisplay::sharedDisplay().type() == PlatformDisplay::Type::Wayland ? "Wayland" : "X11");
~~~~~~~~~~~~~~~~~~~~~~~^
1 warning and 1 error generated.
--
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/20200204/8b0ec296/attachment.htm>
More information about the webkit-unassigned
mailing list