[mutter/wayland] configure.ac: Remove clutter-wayland-compositor dependency



commit 9b966561c4031302d6f9bb0a2e337f7b649ad148
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Aug 12 12:08:49 2013 -0400

    configure.ac: Remove clutter-wayland-compositor dependency
    
    It's not necessary.

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4a4d2da..3b97b5c 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]))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]