build: disable wlterm by default
authorDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 3 Jan 2013 14:53:01 +0000 (15:53 +0100)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Thu, 3 Jan 2013 14:53:01 +0000 (15:53 +0100)
wlterm hasn't been updated for long and it will take some more time to get
it to work with recent Wayland protocol. Hence, disable it so it doesn't
matter if it breaks for now.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
configure.ac

index 3eb0803..481b373 100644 (file)
@@ -162,7 +162,7 @@ AC_ARG_ENABLE([wlterm],
               [AS_HELP_STRING([--enable-wlterm],
                               [build wlterm])])
 if test "x$enable_wlterm" = "x" ; then
-        enable_wlterm="yes (default)"
+        enable_wlterm="no (default)"
 fi
 AC_MSG_RESULT([$enable_wlterm])