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" |
| 11 | EXTRA_OEMESON += "-Dtests=false" |
| 12 | |
| 13 | # gobject-introspection is mandatory and cannot be configured |
| 14 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 15 | GIR_MESON_OPTION = "" |
| 16 | |
| 17 | PACKAGECONFIG[eds] = "-Deds_backend=true,-Deds_backend=false,evolution-data-server" |
| 18 | PACKAGECONFIG[bluez] = "-Dbluez_backend=true,-Dbluez_backend=false,evolution-data-server" |
| 19 | PACKAGECONFIG[ofono] = "-Deds_backend=true -Dofono_backend=true,-Dofono_backend=false,evolution-data-server" |
| 20 | PACKAGECONFIG[telepathy] = "-Dtelepathy_backend=true,-Dtelepathy_backend=false,telepathy-glib dbus-glib" |
| 21 | PACKAGECONFIG[import_tool] = "-Dimport_tool=true,-Dimport_tool=false,libxml2" |
| 22 | PACKAGECONFIG[inspect_tool] = "-Dinspect_tool=true,-Dinspect_tool=false" |
| 23 | |
| 24 | PACKAGECONFIG ??= "" |
| 25 | |
| 26 | inherit pkgconfig gnomebase gettext gobject-introspection vala features_check |
| 27 | |
| 28 | SRC_URI[archive.sha256sum] = "0fff8a896330cd82aee4598324f7e541c884d0337536212723b4beb38c759086" |