build: disable wlterm by default

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>
This commit is contained in:
David Herrmann 2013-01-03 15:53:01 +01:00
parent 82ee6c8e51
commit 0c119779ad

View 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])