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:
+1
-1
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user