From 89c2538ff13c9963505445d4593dbe755a200fd8 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 17 Apr 2012 12:52:50 -0400 Subject: [PATCH] Require Mutter 3.4.1 We now require Mutter 3.4.1 for the API change to meta_display_add_keybinding(). (This is a run-time requirement, not a build-time requirement, since the usage is from Javascript.) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9334486c0..491fd8629 100644 --- a/configure.ac +++ b/configure.ac @@ -63,7 +63,7 @@ AM_CONDITIONAL(BUILD_RECORDER, $build_recorder) CLUTTER_MIN_VERSION=1.9.16 GOBJECT_INTROSPECTION_MIN_VERSION=0.10.1 GJS_MIN_VERSION=1.29.18 -MUTTER_MIN_VERSION=3.3.92 +MUTTER_MIN_VERSION=3.4.1 FOLKS_MIN_VERSION=0.5.2 GTK_MIN_VERSION=3.3.9 GIO_MIN_VERSION=2.31.6