browser(webkit): add missing wayland library to WPE build #2543
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is to fix WebProcess crash:
Thread 1 (Thread 0x7f439effd700 (LWP 10596)):
#0 0x00007f43ae1cae06 in wl_proxy_marshal_constructor () from /usr/lib/x86_64-linux-gnu/libwayland-client.so.0
#1 0x00007f43ae5ee3fa in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEBackend-fdo-1.0.so
#2 0x00007f43ae5eebab in WS::BaseTarget::initialize(wl_display*) () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEBackend-fdo-1.0.so
#3 0x00007f43ae5e797e in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEBackend-fdo-1.0.so
#4 0x00007f43ae5e7c41 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEBackend-fdo-1.0.so
#5 0x00007f43ae5e7c78 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEBackend-fdo-1.0.so
#6 0x00007f44033d7ed2 in wpe_renderer_backend_egl_target_initialize () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libwpe-1.0.so.1
#7 0x00007f4406f3370e in WebKit::LayerTreeHost::nativeSurfaceHandleForCompositing() () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#8 0x00007f4406c2b4c8 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#9 0x00007f4406c28f63 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#10 0x00007f4409ef1fc5 in WTF::RunLoop::performWork() () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#11 0x00007f4409f64579 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#12 0x00007f4402ca59e5 in g_main_context_dispatch () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libglib-2.0.so.0
#13 0x00007f4402ca5db0 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libglib-2.0.so.0
#14 0x00007f4402ca60c2 in g_main_loop_run () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libglib-2.0.so.0
#15 0x00007f4409f65090 in WTF::RunLoop::run() () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#16 0x00007f4409ef3b4b in WTF::Thread::entryPoint(WTF::Thread::NewThreadContext*) () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#17 0x00007f4409f669c9 in ?? () from /home/yurys/.cache/ms-playwright/webkit-1277/minibrowser-wpe/libWPEWebKit-1.0.so.3
#18 0x00007f440035b6db in start_thread (arg=0x7f439effd700) at pthread_create.c:463
#19 0x00007f44041c988f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95