Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1--- a/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp 2+++ b/Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp 3@@ -84,7 +84,7 @@ void WebProcessPool::platformInitializeWebProcess(const WebProcessProxy& process 4 5 #if PLATFORM(WAYLAND) 6 if (WebCore::PlatformDisplay::sharedDisplay().type() == WebCore::PlatformDisplay::Type::Wayland) { 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 = UnixFileDescriptor { wpe_renderer_host_create_client(), UnixFileDescriptor::Adopt }; 11 parameters.implementationLibraryName = FileSystem::fileSystemRepresentation(String::fromLatin1(wpe_loader_get_loaded_implementation_library_name()));