1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

WebBrowserComponent: Linux: Add support for libwebkit2gtk-4.1

This commit is contained in:
attila 2024-06-10 14:13:23 +02:00
parent b5cbdfd980
commit 2516ad808e
2 changed files with 36 additions and 6 deletions

View file

@ -44,7 +44,14 @@ 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`)
On older systems, where 4.1 is not available, you can also use
- libwebkit2gtk-4.0-dev
Compiled JUCE applications will dynamically load whichever library version is
available during runtime.
#### juce_opengl
- libglu1-mesa-dev
@ -58,5 +65,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