mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
Specifically ask for Telepathy 0.x
Telepathy 1.0 will not be compatible, and will probably require source changes. telepathy-glib 0.12 and telepathy-logger 0.2 are the 0.x ABIs (they were the first stable-branches to have g-i). Bug: https://bugzilla.gnome.org/show_bug.cgi?id=721704 Reviewed-by: Giovanni Campagna
This commit is contained in:
parent
53f28074ad
commit
226032d2e1
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ imports.gi.versions.Gio = '2.0';
|
|||
imports.gi.versions.Gdk = '3.0';
|
||||
imports.gi.versions.GdkPixbuf = '2.0';
|
||||
imports.gi.versions.Gtk = '3.0';
|
||||
imports.gi.versions.TelepathyGLib = '0.12';
|
||||
imports.gi.versions.TelepathyLogger = '0.2';
|
||||
|
||||
const Clutter = imports.gi.Clutter;;
|
||||
const Gettext = imports.gettext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue