mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
build: Bump mutter API version
Mutter bumped its API version to make all the new goodness parallel-installable with current stable ones, adjust to that.
This commit is contained in:
parent
a9b816ab36
commit
942831f6ee
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ project('gnome-shell', 'c',
|
|||
|
||||
# We depend on a specific version of the libmutter API. The mutter variants of
|
||||
# the Cogl and Clutter libraries also use this API version.
|
||||
mutter_api_version = '0'
|
||||
mutter_api_version = '1'
|
||||
|
||||
clutter_pc = 'mutter-clutter-' + mutter_api_version
|
||||
cogl_pc = 'mutter-cogl-' + mutter_api_version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue