From 8c4ec62519981e604c2da6bbfbc2bc0f89ea2bbd Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 7 Dec 2012 19:07:17 +0100 Subject: [PATCH] folks.pc: remove telepathy-glib Apps linking against just folks core libraries do not need telepathy. Always including it as it was done before leads to a folks.pc which is unusuable unless Telepathy is installed, which partly defeats the purpose of --disable-telepathy-backend. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=689859 --- NEWS | 1 + folks/folks.pc.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 540d396..108ea74 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ Bugs fixed: • Bug 688834 — getting properties creates data structures over and over again • Bug 688923 — remove URLs (blog, free/busy, video, home page) • Bug 689146 — disabling EDS address books does not remove personas +• Bug 689859 — core folks does not depend on telepathy API changes: • Add Backend.enable_persona_store and disable_persona_store. diff --git a/folks/folks.pc.in b/folks/folks.pc.in index d96d97b..fd6a550 100644 --- a/folks/folks.pc.in +++ b/folks/folks.pc.in @@ -10,6 +10,6 @@ vapidir=@datadir@/vala/vapi Name: Folks Description: The Folks meta-contacts library Version: @VERSION@ -Requires: glib-2.0 gobject-2.0 gee-1.0 telepathy-glib >= 0.11.11 +Requires: glib-2.0 gobject-2.0 gee-1.0 Libs: -L${libdir} -lfolks Cflags: -I${includedir} -- 2.7.4