[folks/bgo689859] folks.pc: split out Telepathy



commit 714cd86e4298674b01f53f37cecf720d9cb9c48a
Author: Patrick Ohly <patrick ohly intel com>
Date:   Fri Dec 7 19:07:17 2012 +0100

    folks.pc: split out Telepathy
    
    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.
    
    Therefore remove telepathy-glib from folks.pc.
    
    This patch is incomplete. It should also create folks-telepathy.pc.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689859

 folks/folks.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]