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:
Florian Müllner 2017-08-01 16:40:52 +01:00
parent a9b816ab36
commit 942831f6ee
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ AC_SUBST(PYTHON)
# We depend on a specific version of the libmutter API. The mutter variants of
# the Cogl and Clutter libraries also use this API version.
LIBMUTTER_API_VERSION=0
LIBMUTTER_API_VERSION=1
LIBMUTTER=libmutter-$LIBMUTTER_API_VERSION
LIBMUTTER_COGL=mutter-cogl-$LIBMUTTER_API_VERSION

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 = '0'
mutter_api_version = '1'
clutter_pc = 'mutter-clutter-' + mutter_api_version
cogl_pc = 'mutter-cogl-' + mutter_api_version