blob: a229071785cf93b5142c6ce13d9c9f40dc919ca9 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001SUMMARY = "Folks is a contact aggregation library."
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
4
5DEPENDS = " \
6 glib-2.0 \
7 libgee \
8"
9
Andrew Geissler87f5cff2022-09-30 13:13:31 -050010EXTRA_OEMESON += "-Dtests=false -Db_lto=false "
Andrew Geissler9aee5002022-03-30 16:27:02 +000011
Andrew Geissler87f5cff2022-09-30 13:13:31 -050012CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration"
Andrew Geissler9aee5002022-03-30 16:27:02 +000013# 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"
18PACKAGECONFIG[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"
23
24PACKAGECONFIG ??= ""
25
26inherit pkgconfig gnomebase gettext gobject-introspection vala features_check
27
Patrick Williamsb58112e2024-03-07 11:16:36 -060028SRC_URI[archive.sha256sum] = "120f219ef63212caa95ae7f6aeb64e29928b0b1a8b9452054304a00d0f347871"