| Summary: | build error with -DENABLE_WAYLAND_TARGET=OFF | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Peter Marquardt <wwwutz> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW --- | ||
| Severity: | Normal | CC: | wwwutz |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
also applies to Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp:144 and Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp:172 |
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.