mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* exported main */
|
||||
imports.gi.versions.Pango = '1.0';
|
||||
imports.gi.versions.Gtk = '3.0';
|
||||
imports.gi.versions.WebKit2 = '4.0';
|
||||
imports.gi.versions.WebKit2 = '4.1';
|
||||
|
||||
const Format = imports.format;
|
||||
const Gettext = imports.gettext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue