build: Port to gcr4
The gcr4 is going to replace gcr3. As only base functions are used, the port to gcr4 is trivial. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2386>
This commit is contained in:
@ -8,7 +8,7 @@ imports.gi.versions.Atk = '1.0';
|
||||
imports.gi.versions.Atspi = '2.0';
|
||||
imports.gi.versions.Clutter = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.Cogl = Config.LIBMUTTER_API_VERSION;
|
||||
imports.gi.versions.Gcr = '3';
|
||||
imports.gi.versions.Gcr = '4';
|
||||
imports.gi.versions.Gdk = '3.0';
|
||||
imports.gi.versions.Gdm = '1.0';
|
||||
imports.gi.versions.Geoclue = '2.0';
|
||||
|
Reference in New Issue
Block a user