From 97d5bf89d0e25fee1ffb1b1abf2883f5114d2d2a Mon Sep 17 00:00:00 2001 From: Simonas Date: Fri, 27 Mar 2026 05:50:24 +0200 Subject: [PATCH] Bump webkit2gtk version for Fedora builds (#12844) The webkit2gtk-4.0 API version will no longer be built. Packages that depend on it will fail to build from source and eventually be retired. https://fedoraproject.org/wiki/Changes/Remove_webkit2gtk-4.0_API_Version --- scripts/linux.d/fedora | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux.d/fedora b/scripts/linux.d/fedora index 553675a125..92e4c6155c 100644 --- a/scripts/linux.d/fedora +++ b/scripts/linux.d/fedora @@ -27,7 +27,7 @@ REQUIRED_DEV_PACKAGES=( perl-FindBin texinfo wayland-protocols-devel - webkit2gtk4.0-devel + webkit2gtk4.1-devel wget libcurl-devel )