build: Bump mutter API version

The API number was updated, let's keep up.
This commit is contained in:
Jonas Ådahl 2018-02-21 23:43:18 +08:00
parent 3b1330880f
commit 46292fbdc5

View File

@ -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