Skip to content

Commit 76224fe

Browse files
committed
Re-add soup 2.4 bindings as a runtime-only dependency, and add
a version requirement to cinnamon's environment. If gir1.2-soup-3.0 is installed this will be loaded instead, and may break the applet using it.
1 parent 7724e41 commit 76224fe

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Depends:
6868
gir1.2-nma-1.0 [linux-any],
6969
gir1.2-notify-0.7,
7070
gir1.2-polkit-1.0,
71+
gir1.2-soup-2.4,
7172
gir1.2-upowerglib-1.0,
7273
gir1.2-xapp-1.0 (>= 1.9.0),
7374
gkbd-capplet,

js/ui/environment.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ imports.gi.versions.Gio = '2.0';
55
imports.gi.versions.Gdk = '3.0';
66
imports.gi.versions.GdkPixbuf = '2.0';
77
imports.gi.versions.Gtk = '3.0';
8+
imports.gi.versions.Soup = '2.4';
89

910
const GObject = imports.gi.GObject;
1011
const Clutter = imports.gi.Clutter;

0 commit comments

Comments
 (0)