14 lines
970 B
Diff
14 lines
970 B
Diff
|
diff --git a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
||
|
index a380a25fa4b..d96d23bce2e 100644
|
||
|
--- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
||
|
+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
||
|
@@ -114,7 +114,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());
|