build(vendor): migrate JUCE webkit2gtk from 4.0 to 4.1

Update all vendored JUCE 7.0.12 references from webkit2gtk-4.0 to
webkit2gtk-4.1: pkg-config targets, dynamic library names, docs, and
Projucer project exporter. The 4.0 API is removed in current Linux
distributions.
This commit is contained in:
2026-09-09 13:23:54 +02:00
parent 421f5c6ced
commit a1feeb76f0
9 changed files with 14 additions and 14 deletions
@@ -607,7 +607,7 @@ StringArray ProjectExporter::getLinuxPackages (PackageDependencyType type) const
if (isWebBrowserComponentEnabled (project) && type == PackageDependencyType::compile)
{
packages.add ("webkit2gtk-4.0");
packages.add ("webkit2gtk-4.1");
packages.add ("gtk+-x11-3.0");
}