diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb new file mode 100644 index 0000000000..eb78bd1327 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.55.0.bb | |||
@@ -0,0 +1,30 @@ | |||
1 | SUMMARY = "GNOME Online Accounts - Single sign-on framework for GNOME" | ||
2 | LICENSE = "LGPL-2.0-or-later" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" | ||
4 | |||
5 | GTKIC_VERSION = "4" | ||
6 | inherit gnomebase gsettings gobject-introspection gi-docgen gtk-icon-cache mime-xdg vala features_check | ||
7 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', 'opengl', '', d)}" | ||
8 | |||
9 | DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" | ||
10 | |||
11 | SRC_URI[archive.sha256sum] = "fd69d0aec3b672621f525671b5e54f28b73939920b3fc308ade561a83a727b2d" | ||
12 | |||
13 | PACKAGECONFIG ?= "goabackend kerberos owncloud google" | ||
14 | |||
15 | PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk4 libadwaita json-glib libxml2 libsoup rest libsecret webkitgtk" | ||
16 | PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5" | ||
17 | PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" | ||
18 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" | ||
19 | PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" | ||
20 | PACKAGECONFIG[man] = "-Dman=true, -Dman=false,libxslt-native docbook-xsl-stylesheets-native" | ||
21 | |||
22 | FILES:${PN} += " \ | ||
23 | ${datadir}/dbus-1 \ | ||
24 | ${libdir}/goa-1.0/web-extensions/*.so \ | ||
25 | " | ||
26 | |||
27 | GIDOCGEN_MESON_OPTION = 'documentation' | ||
28 | |||
29 | # looked into pkg-config file: it is not a bug - they mean it | ||
30 | FILES:${PN}-dev += "${libdir}/goa-1.0/include" | ||