mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
environment: Use gjs smart GObject GTypeName computation
Make gjs to compute the GType name for registered GObject-derived classes using the file basename and the first directory name, so that we can avoid name clashing, and ensure that no extension will break the shell by registering a name that is already used (by the shell or by any other extension). This requires gjs commit 02568304 [1] that will be part of release 3.35.2, so bump the required version as gjs does post-release version bumps. [1] https://gitlab.gnome.org/GNOME/gjs/merge_requests/337 https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/790
This commit is contained in:
parent
b7bf9e09e9
commit
91707f4f82
2 changed files with 4 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ eds_req = '>= 3.17.2'
|
|||
gcr_req = '>= 3.7.5'
|
||||
gio_req = '>= 2.56.0'
|
||||
gi_req = '>= 1.49.1'
|
||||
gjs_req = '>= 1.57.3'
|
||||
gjs_req = '>= 1.63.2'
|
||||
gtk_req = '>= 3.15.0'
|
||||
mutter_req = '>= 3.35.1'
|
||||
polkit_req = '>= 0.100'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue