Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | SUMMARY = "Folks is a contact aggregation library." |
| 2 | LICENSE = "LGPL-2.1-only" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 4 | |
| 5 | DEPENDS = " \ |
| 6 | glib-2.0 \ |
| 7 | libgee \ |
| 8 | " |
| 9 | |
| 10 | GNOMEBASEBUILDCLASS = "meson" |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 11 | EXTRA_OEMESON += "-Dtests=false -Db_lto=false " |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 12 | |
Andrew Geissler | 87f5cff | 2022-09-30 13:13:31 -0500 | [diff] [blame] | 13 | CFLAGS:append:toolchain-clang = " -Wno-error=implicit-function-declaration" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 14 | # gobject-introspection is mandatory and cannot be configured |
| 15 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 16 | GIR_MESON_OPTION = "" |
| 17 | |
| 18 | PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server" |
| 19 | PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-data-server" |
| 20 | PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=false,evolution-data-server" |
| 21 | PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" |
| 22 | PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" |
| 23 | PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" |
| 24 | |
| 25 | PACKAGECONFIG ??= "" |
| 26 | |
| 27 | inherit pkgconfig gnomebase gettext gobject-introspection vala features_check |
| 28 | |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 29 | SRC_URI[archive.sha256sum] = "c866630c553f29ce9be1c7a60267cb4080a6bccf4b8d551dc4c7e6234d840248" |