From e09e1bc3f52e1fd54c8fbc4d88c10b3b74dece4f Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 25 Mar 2014 17:02:02 +0000 Subject: [PATCH] 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 --- js/ui/environment.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/ui/environment.js b/js/ui/environment.js index 3d6ba694b..cb286d5bd 100644 --- a/js/ui/environment.js +++ b/js/ui/environment.js @@ -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;