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. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2083>
This commit is contained in:
parent
5909503c45
commit
f07a40d5ee
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user