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
+2 -2
View File
@@ -44,7 +44,7 @@ or
- libxrender-dev (unless `JUCE_USE_XRENDER=0`)
#### juce_gui_extra
- libwebkit2gtk-4.0-dev (unless `JUCE_WEB_BROWSER=0`)
- libwebkit2gtk-4.1-dev (unless `JUCE_WEB_BROWSER=0`)
#### juce_opengl
- libglu1-mesa-dev
@@ -58,5 +58,5 @@ The full command is as follows:
libcurl4-openssl-dev \
libfreetype6-dev \
libx11-dev libxcomposite-dev libxcursor-dev libxcursor-dev libxext-dev libxinerama-dev libxrandr-dev libxrender-dev \
libwebkit2gtk-4.0-dev \
libwebkit2gtk-4.1-dev \
libglu1-mesa-dev mesa-common-dev