blob: c3c30ca4676b490a17849fb1d8d7115bea5e3132 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Folks is a contact aggregation library."
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
4
5DEPENDS = " \
Andrew Geissler595f6302022-01-24 19:11:47 +00006 glib-2.0 \
7 libgee \
Andrew Geissler595f6302022-01-24 19:11:47 +00008"
9
10GNOMEBASEBUILDCLASS = "meson"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000011EXTRA_OEMESON += "-Dtests=false"
Andrew Geissler595f6302022-01-24 19:11:47 +000012
13# gobject-introspection is mandatory and cannot be configured
14REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
15GIR_MESON_OPTION = ""
16
17PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000018PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-data-server"
19PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=false,evolution-data-server"
20PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib"
21PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2"
22PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false"
Andrew Geissler595f6302022-01-24 19:11:47 +000023
24PACKAGECONFIG ??= ""
25
26inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
27
28SRC_URI[archive.sha256sum] = "e71099afc9e88fad4e757ae134bc3fd63e12b901ad62b0ed5536afb79124af5f"