mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
meson.build: Bump compatible mutter API version to 4
This commit is contained in:
parent
cdb8ac3a2f
commit
264050742b
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 = '3'
|
||||
mutter_api_version = '4'
|
||||
|
||||
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