[mutter] configure: Remove old, unused configure arg



commit 0588399ac71827314d3c654a89f94c0e23282cb4
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed May 14 09:51:22 2014 -0400

    configure: Remove old, unused configure arg

 configure.ac |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a377961..c5333d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -117,16 +117,6 @@ AC_ARG_ENABLE(shape,
                  [disable mutter's use of the shaped window extension]),,
   enable_shape=auto)
 
-## Wayland support requires the xserver.xml protocol extension found in the weston
-## repository but since there aren't currently established conventions for
-## installing and discovering these we simply require a location to be given
-## explicitly...
-AC_ARG_WITH([wayland-protocols],
-            [AS_HELP_STRING([--with-wayland-protocols], [Location for wayland extension protocol specs])],
-            [
-            ],
-            [])
-
 AC_ARG_WITH([xwayland-path],
             [AS_HELP_STRING([--with-xwayland-path], [Absolute path for an X Wayland server])],
             [XWAYLAND_PATH="$withval"],


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