NEW 207190
build error with -DENABLE_WAYLAND_TARGET=OFF
https://bugs.webkit.org/show_bug.cgi?id=207190
Summary build error with -DENABLE_WAYLAND_TARGET=OFF
Peter Marquardt
Reported 2020-02-04 01:54:50 PST
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.
Attachments
Peter Marquardt
Comment 1 2020-02-04 23:30:17 PST
also applies to Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp:144 and Source/WebKit/UIProcess/API/glib/WebKitUIClient.cpp:172
Note You need to log in before you can comment on or make changes to this bug.