forked from pool/webkit2gtk3
Bjørn Lie
538ce80dda
New stable rel, not buildtested OBS-URL: https://build.opensuse.org/request/show/784316 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=251
14 lines
955 B
Diff
14 lines
955 B
Diff
Index: webkitgtk-2.27.90/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
|
===================================================================
|
|
--- webkitgtk-2.27.90.orig/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
|
+++ webkitgtk-2.27.90/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
|
|
@@ -115,7 +115,7 @@ void WebProcessPool::platformInitializeW
|
|
#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());
|