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