From 922d73a09b9b6f05911cafc39de4f2022f33895a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 21 Feb 2018 17:54:06 +0100 Subject: [PATCH] Revert "build: Bump mutter API version" Mutter only bumped the API version after 3.27.91 was released, so don't require it for gnome-shell's 3.27.91 release. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ba87c411f..f5b08b8f9 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 = '2' +mutter_api_version = '1' clutter_pc = 'mutter-clutter-' + mutter_api_version cogl_pc = 'mutter-cogl-' + mutter_api_version