folks.pc: remove telepathy-glib
authorPatrick Ohly <patrick.ohly@intel.com>
Fri, 7 Dec 2012 18:07:17 +0000 (19:07 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 7 Dec 2012 19:43:49 +0000 (20:43 +0100)
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
folks/folks.pc.in

diff --git a/NEWS b/NEWS
index 540d396..108ea74 100644 (file)
--- 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.
index d96d97b..fd6a550 100644 (file)
@@ -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}