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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user