mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
build: Bump mutter API version
The API number was updated, let's keep up.
This commit is contained in:
parent
3b1330880f
commit
46292fbdc5
1 changed files with 1 additions and 1 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 = '1'
|
||||
mutter_api_version = '2'
|
||||
|
||||
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