We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4179dc7 commit 8feeb23Copy full SHA for 8feeb23
bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/library/webkitgtk.h
@@ -43,7 +43,7 @@
43
void* handle = 0; \
44
char *gtk4 = getenv("SWT_GTK4"); \
45
if (gtk4 != NULL && strcmp(gtk4, "1") == 0) { \
46
- handle = dlopen("libwebkit2gtk-5.0.so.0", LOAD_FLAGS); \
+ handle = dlopen("libwebkitgtk-6.0.so.4", LOAD_FLAGS); \
47
} else { \
48
handle = dlopen("libwebkit2gtk-4.1.so.0", LOAD_FLAGS); /* webkit2/libsoup3 */ \
49
if (!handle) { \
0 commit comments