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
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user