python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / libraries / webkitgtk / fdo-backend-path.patch
blob9ddef67f1c1dead04418659772f486f9bab3b7c1
1 --- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
2 +++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
3 @@ -89,7 +89,7 @@
4 #if PLATFORM(WAYLAND)
5 if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland) {
6 #if USE(WPE_RENDERER)
7 - wpe_loader_init("libWPEBackend-fdo-1.0.so.1");
8 + wpe_loader_init("@wpebackend_fdo@/lib/libWPEBackend-fdo-1.0.so.1");
9 if (AcceleratedBackingStoreWayland::checkRequirements()) {
10 parameters.hostClientFileDescriptor = IPC::Attachment(UnixFileDescriptor(wpe_renderer_host_create_client(), UnixFileDescriptor::Adopt));
11 parameters.implementationLibraryName = FileSystem::fileSystemRepresentation(String::fromLatin1(wpe_loader_get_loaded_implementation_library_name()));