[folks] build: Disable libsocialweb backend on distcheck
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks] build: Disable libsocialweb backend on distcheck
- Date: Thu, 5 Mar 2015 21:42:37 +0000 (UTC)
commit cdd1ff41c6b58841f3be29845ccab2668e35c0db
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Nov 1 15:59:13 2014 +0000
build: Disable libsocialweb backend on distcheck
libsocialweb is effectively dead upstream, with no releases or
meaningful code changes in two years. I can no longer build it on a
modern GNOME development system, and it’s unlikely that it works as
described any more due to changes in the web services.
If users or packagers want to re-enable the backend, they will have to
build from source with configure flags:
--enable-vala --enable-libsocialweb-backend
and with a Vala compiler available.
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 69a25d2..a61890c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--enable-tests \
--enable-eds-backend \
--enable-telepathy-backend \
- --enable-libsocialweb-backend \
+ --disable-libsocialweb-backend \
--enable-tracker-backend \
--enable-zeitgeist \
--disable-vala \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]