aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity/folks/folks_0.15.4.bb
blob: 7dc72f822ca18e66469c17d0cca5e849db198292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
SUMMARY = "Folks is a contact aggregation library."
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"

DEPENDS = " \
    dbus-glib \
    glib-2.0 \
    libgee \
    libxml2 \
    python3-dbusmock-native \
"

GNOMEBASEBUILDCLASS = "meson"

# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
GIR_MESON_OPTION = ""

PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server"
PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false"
PACKAGECONFIG[ofono] = "-Dofono_backend=true,-Dofono_backend=false"
PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib"
PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false"
PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false"

PACKAGECONFIG ??= ""

inherit pkgconfig gnomebase gettext gobject-introspection vala features_check

SRC_URI[archive.sha256sum] = "e71099afc9e88fad4e757ae134bc3fd63e12b901ad62b0ed5536afb79124af5f"