blob: a703ca8375e9ae3f2f518cf3692056184245926f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Folks is a contact aggregation library. It retrieves contacts from
various sources (including Telepathy IM accounts, and local contact
stores) and compiles them into fully-fledged people objects.
Important Note:
The 'evolution-data-server' dependency and its related dependencies
have generation of introspection and vala/vapi files disabled and must
be switched on with the following environment variables:
INTROSPECTION=yes
VALA=yes
VAPI=yes
Folks will fail to build without introspection and vala/vapi support
enabled in these dependencies.
|