From 942831f6ee1d7c09af748ff40606ba6bec1bae22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 1 Aug 2017 16:40:52 +0100 Subject: [PATCH] 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. --- configure.ac | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 70a6ea4e8..6372c4dff 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/meson.build b/meson.build index 5f4c74700..8222809b3 100644 --- a/meson.build +++ b/meson.build @@ -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