mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
13 lines
964 B
Diff
13 lines
964 B
Diff
diff --git a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
|
index 180f392a..85639a11 100644
|
|
--- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
|
+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
|
@@ -115,7 +115,7 @@ void WebProcessPool::platformInitializeWebProcess(const WebProcessProxy& process
|
|
#if PLATFORM(WAYLAND)
|
|
if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland) {
|
|
#if USE(WPE_RENDERER)
|
|
- wpe_loader_init("libWPEBackend-fdo-1.0.so");
|
|
+ wpe_loader_init("libWPEBackend-fdo-1.0.so.1");
|
|
if (wpe_fdo_initialize_for_egl_display(WebCore::PlatformDisplay::sharedDisplay().eglDisplay())) {
|
|
parameters.hostClientFileDescriptor = wpe_renderer_host_create_client();
|
|
parameters.implementationLibraryName = FileSystem::fileSystemRepresentation(wpe_loader_get_loaded_implementation_library_name());
|