portalHelper: Switch to soup3-based WebKitGTK
The soup2-based version will be discontinued soon, so simply switch to the (API-compatible) soup3-based version. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2338>
This commit is contained in:
parent
367ea00058
commit
c24785ce9f
@ -1,7 +1,7 @@
|
|||||||
/* exported main */
|
/* exported main */
|
||||||
imports.gi.versions.Pango = '1.0';
|
imports.gi.versions.Pango = '1.0';
|
||||||
imports.gi.versions.Gtk = '3.0';
|
imports.gi.versions.Gtk = '3.0';
|
||||||
imports.gi.versions.WebKit2 = '4.0';
|
imports.gi.versions.WebKit2 = '4.1';
|
||||||
|
|
||||||
const Format = imports.format;
|
const Format = imports.format;
|
||||||
const Gettext = imports.gettext;
|
const Gettext = imports.gettext;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user