diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-12-09 09:35:59 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-12-10 16:21:07 -0800 |
commit | b04c66677b52557202e4a18751f0c9827cff6e06 (patch) | |
tree | 068a96b78eb407858481fecb80c8488d83415713 | |
parent | 019e4ad5ae63683ad9f6ec09a5d87509f9bf97b5 (diff) | |
download | meta-openembedded-b04c66677b52557202e4a18751f0c9827cff6e06.tar.gz |
gnome-online-accounts: initial add 3.34.1
It is a mandatory dependency for upcoming gnome-control-center
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.34.1.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.34.1.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.34.1.bb new file mode 100644 index 000000000..74d71ec81 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.34.1.bb | |||
@@ -0,0 +1,35 @@ | |||
1 | SUMMARY = "GNOME Online Accounts - Single sign-on framework for GNOME" | ||
2 | LICENSE = "LGPLv2+" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" | ||
4 | |||
5 | GNOMEBASEBUILDCLASS = "autotools" | ||
6 | |||
7 | inherit gnomebase gsettings gobject-introspection gsettings gtk-doc vala gettext upstream-version-is-even features_check | ||
8 | |||
9 | # for webkitgtk | ||
10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
11 | |||
12 | DEPENDS = "glib-2.0" | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "aa94d1dd07ca53729a036b5df1c78c05" | ||
15 | SRC_URI[archive.sha256sum] = "4832ca8e48d3a497fc676e7b6f146009ab4206995362977b9805aa39f164783a" | ||
16 | |||
17 | # backend is required for gnome-control-center | ||
18 | PACKAGECONFIG = "backend other" | ||
19 | |||
20 | PACKAGECONFIG[backend] = "--enable-backend,--disable-backend,gtk+3 webkitgtk libsoup-2.4 json-glib libsecret rest libxml2" | ||
21 | PACKAGECONFIG[krb5] = "--enable-kerberos, --disable-kerberos , krb5 gcr" | ||
22 | |||
23 | # no extra dependencies! | ||
24 | PACKAGECONFIG[other] = " \ | ||
25 | --enable-facebook --enable-foursquare --enable-exchange --enable-flickr --enable-google --enable-imap-smtp --enable-owncloud --enable-windows-live,\ | ||
26 | --disable-facebook --disable-foursquare --disable-exchange --disable-flickr --disable-google --disable-imap-smtp --disable-owncloud --disable-windows-live, \ | ||
27 | " | ||
28 | |||
29 | FILES_${PN} += " \ | ||
30 | ${datadir}/dbus-1 \ | ||
31 | ${libdir}/goa-1.0/web-extensions/*.so \ | ||
32 | " | ||
33 | |||
34 | # looked into pkg-config file: it is not a bug - they mean it | ||
35 | FILES_${PN}-dev += "${libdir}/goa-1.0/include" | ||