From 9b966561c4031302d6f9bb0a2e337f7b649ad148 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 12 Aug 2013 12:08:49 -0400 Subject: [PATCH] configure.ac: Remove clutter-wayland-compositor dependency It's not necessary. --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 4a4d2dad2..3b97b5c79 100644 --- a/configure.ac +++ b/configure.ac @@ -228,13 +228,6 @@ if test x$enable_wayland = "xyes"; then fi AC_MSG_RESULT(yes) - CLUTTER_WAYLAND_VERSION=1.9.3 - AC_MSG_CHECKING([Clutter Wayland Compositor >= $CLUTTER_WAYLAND_VERSION]) - if ! $PKG_CONFIG --atleast-version $CLUTTER_WAYLAND_VERSION clutter-wayland-compositor-1.0; then - AC_MSG_ERROR([wayland support enabled but no suitable clutter-wayland-compositor package found]) - fi - AC_MSG_RESULT(yes) - AC_PATH_PROG([WAYLAND_SCANNER],[wayland-scanner],[no]) AS_IF([test "x$WAYLAND_SCANNER" = "xno"], AC_MSG_ERROR([Could not find wayland-scanner in your PATH, required for parsing wayland extension protocols]))