summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-08-12 14:43:23 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2013-08-12 14:43:23 -0400
commitef9ef87d91726cd733534f75c2d358c29dcd3925 (patch)
tree81584ecd0a9b30bd20f4939a930606d0701b88c4 /configure.ac
parent0ee2c21da712fc3c72e81df5087e072c5d4bea77 (diff)
downloadmutter-ef9ef87d91726cd733534f75c2d358c29dcd3925.tar.gz
configure: Complete fix for removing clutter-wayland-compositor
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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