From ef9ef87d91726cd733534f75c2d358c29dcd3925 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 12 Aug 2013 14:43:23 -0400 Subject: [PATCH] configure: Complete fix for removing clutter-wayland-compositor --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3b97b5c79..993c775ae 100644 --- a/configure.ac +++ b/configure.ac @@ -235,7 +235,7 @@ if test x$enable_wayland = "xyes"; then AC_SUBST(XWAYLAND_PATH) - MUTTER_PC_MODULES="$MUTTER_PC_MODULES wayland-server clutter-wayland-compositor-1.0" + MUTTER_PC_MODULES="$MUTTER_PC_MODULES wayland-server" AC_DEFINE(HAVE_WAYLAND, , [Building with Wayland support]) have_wayland=yes fi