Revert "build: Bump mutter API version"
Mutter only bumped the API version after 3.27.91 was released, so don't require it for gnome-shell's 3.27.91 release.
This commit is contained in:
parent
46292fbdc5
commit
922d73a09b
@ -6,7 +6,7 @@ project('gnome-shell', 'c',
|
|||||||
|
|
||||||
# We depend on a specific version of the libmutter API. The mutter variants of
|
# We depend on a specific version of the libmutter API. The mutter variants of
|
||||||
# the Cogl and Clutter libraries also use this API version.
|
# the Cogl and Clutter libraries also use this API version.
|
||||||
mutter_api_version = '2'
|
mutter_api_version = '1'
|
||||||
|
|
||||||
clutter_pc = 'mutter-clutter-' + mutter_api_version
|
clutter_pc = 'mutter-clutter-' + mutter_api_version
|
||||||
cogl_pc = 'mutter-cogl-' + mutter_api_version
|
cogl_pc = 'mutter-cogl-' + mutter_api_version
|
||||||
|
Loading…
Reference in New Issue
Block a user