[at-spi2-core] Disable xevie by default
- From: Mike Gorse <mgorse src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [at-spi2-core] Disable xevie by default
- Date: Wed, 28 Oct 2015 19:06:09 +0000 (UTC)
commit 7ebb237d55c677458f345117799b90386f791165
Author: Mike Gorse <mgorse suse com>
Date: Wed Oct 28 14:00:35 2015 -0500
Disable xevie by default
I have no idea if this code is still usable, and afaik xevie has
been unmaintained for years. Often the extension is missing on the X
server, in which case our xevie code has no effect other than to spam the
user's log.
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a585343..c6258c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -127,8 +127,8 @@ save_LIBS="$LIBS"
LIBS=""
AC_ARG_ENABLE(xevie,
[AS_HELP_STRING([--enable-xevie],
- [Build with XEViE support [default=yes]])],
- enable_xevie="$enableval", enable_xevie=yes)
+ [Build with XEViE support [default=no]])],
+ enable_xevie="$enableval", enable_xevie=no)
if test -z "$backend_set"; then
enable_x11_backend=yes
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]