diff options
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp')
| -rw-r--r-- | www/webkitgtk4/patches/patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp b/www/webkitgtk4/patches/patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp deleted file mode 100644 index 5630c2f..0000000 --- a/www/webkitgtk4/patches/patch-Source_WebKit_UIProcess_glib_WebProcessPoolGLib_cpp +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp | ||
| 2 | --- Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp.orig | ||
| 3 | +++ Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp | ||
| 4 | @@ -96,7 +96,7 @@ void WebProcessPool::platformInitializeWebProcess(cons | ||
| 5 | |||
| 6 | #if PLATFORM(WAYLAND) | ||
| 7 | if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland && parameters.dmaBufRendererBufferMode.isEmpty()) { | ||
| 8 | - wpe_loader_init("libWPEBackend-fdo-1.0.so.1"); | ||
| 9 | + wpe_loader_init("libWPEBackend-fdo-1.0.so"); | ||
| 10 | if (AcceleratedBackingStoreWayland::checkRequirements()) { | ||
| 11 | parameters.hostClientFileDescriptor = UnixFileDescriptor { wpe_renderer_host_create_client(), UnixFileDescriptor::Adopt }; | ||
| 12 | parameters.implementationLibraryName = FileSystem::fileSystemRepresentation(String::fromLatin1(wpe_loader_get_loaded_implementation_library_name())); | ||
