mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
dependencies: Specify versions of Shell/St
We started to version them last cycle, so docs can be differentiated between versions. It is not *expected* that two versions show up on the same system, but then it also doesn't hurt handling it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2822>
This commit is contained in:
parent
e2e3694cbd
commit
011ac6f83c
1 changed files with 2 additions and 0 deletions
|
|
@ -31,3 +31,5 @@ const Config = imports.misc.config;
|
|||
imports.gi.versions.Meta = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.Cogl = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.Shell = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.St = Config.LIBMUTTER_API_VERSION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue