mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
environment: Require gnome-desktop 3.0
Pretty much the exact same case of 9ce6756235.
libgnome-desktop saw a major version bump, and we have to
stick with 3.0 for a while.
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2030>
This commit is contained in:
parent
9ce6756235
commit
795312b8d5
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
|
|||
imports.gi.versions.Gio = '2.0';
|
||||
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.Soup = '3.0';
|
||||
imports.gi.versions.TelepathyGLib = '0.12';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue