mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
0.3.3 - Jan 27, 2025 =========================== - CI release service fix 0.3.2 - Jan 27, 2025 =========================== - Extended user service (photo, contacts, folders, find) - Improved mail service - Add rate limiting support 0.3.1 - Oct 02, 2024 =========================== * Fix pkgconfig file using wrong api version 0.3.0 - Sep 30, 2024 =========================== NOTE: This needs a recent version of gvfs * Set select scopes during requests * Add support for business "Add to OneDrive" sharepoints Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
555 B
BlitzBasic
20 lines
555 B
BlitzBasic
SUMMARY = "libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol."
|
|
LICENSE = "LGPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404"
|
|
|
|
inherit gnomebase gobject-introspection gi-docgen features_check
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
SRC_URI[archive.sha256sum] = "37d7e12f2a990490aea21184f0b27e0b915ebb4e5096f4d6632c62051c054012"
|
|
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
EXTRA_OEMESON = "-Dtests=false"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0\
|
|
json-glib \
|
|
rest \
|
|
gnome-online-accounts \
|
|
"
|