mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue