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 7724e41 commit 76224feCopy full SHA for 76224fe
debian/control
@@ -68,6 +68,7 @@ Depends:
68
gir1.2-nma-1.0 [linux-any],
69
gir1.2-notify-0.7,
70
gir1.2-polkit-1.0,
71
+ gir1.2-soup-2.4,
72
gir1.2-upowerglib-1.0,
73
gir1.2-xapp-1.0 (>= 1.9.0),
74
gkbd-capplet,
js/ui/environment.js
@@ -5,6 +5,7 @@ imports.gi.versions.Gio = '2.0';
5
imports.gi.versions.Gdk = '3.0';
6
imports.gi.versions.GdkPixbuf = '2.0';
7
imports.gi.versions.Gtk = '3.0';
8
+imports.gi.versions.Soup = '2.4';
9
10
const GObject = imports.gi.GObject;
11
const Clutter = imports.gi.Clutter;
0 commit comments