[gnome-shell/gnome-41] environment: Require libgweather 3.0



commit fc264deb1d340504012093109ca546eefb7d517b
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Jan 5 02:42:49 2022 +0100

    environment: Require libgweather 3.0
    
    GWeather did a major version bump on its main branch, so it is
    now possible that multiple versions are installed in parallel,
    and we should explicitly pick the one we are using.
    
    (cherry picked from commit f07a40d5eeb1daf6e2d118c548c8314c721d558c)
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2262>

 js/ui/environment.js | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/js/ui/environment.js b/js/ui/environment.js
index cb254e3195..ad2b8e4f28 100644
--- a/js/ui/environment.js
+++ b/js/ui/environment.js
@@ -9,6 +9,7 @@ imports.gi.versions.GdkPixbuf = '2.0';
 imports.gi.versions.GnomeBluetooth = '1.0';
 imports.gi.versions.GnomeDesktop = '3.0';
 imports.gi.versions.Gtk = '3.0';
+imports.gi.versions.GWeather = '3.0';
 imports.gi.versions.Soup = '3.0';
 imports.gi.versions.TelepathyGLib = '0.12';
 imports.gi.versions.TelepathyLogger = '0.2';


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]