[gnome-online-accounts] Disable Telepathy by default
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] Disable Telepathy by default
- Date: Fri, 16 Jun 2017 14:18:29 +0000 (UTC)
commit a65ebfe1069a32229714aee9fc498ae8203bf1c8
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Jun 16 15:58:42 2017 +0200
Disable Telepathy by default
Telepathy is very weakly maintained, and so is Empathy while Polari has
its own account configuration UI.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 25cbadd..ac15d46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,7 +98,7 @@ AC_ARG_ENABLE([telepathy],
[AS_HELP_STRING([--enable-telepathy],
[Enable Telepathy IM provider])],
[],
- [enable_telepathy=yes])
+ [enable_telepathy=no])
if test "$enable_telepathy" != "no"; then
AC_DEFINE(GOA_TELEPATHY_ENABLED, 1, [Enable Telepathy data provider])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]