diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.0.bb new file mode 100644 index 0000000000..948a738881 --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.48.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 | GNOMEBASEBUILDCLASS = "meson" | ||
| 6 | |||
| 7 | inherit gnomebase gsettings gobject-introspection gtk-icon-cache vala features_check | ||
| 8 | |||
| 9 | DEPENDS = "gdk-pixbuf dbus glib-2.0" | ||
| 10 | |||
| 11 | SRC_URI[archive.sha256sum] = "418bb9fcffdbd72a98205ad365137617fc1e3551a54de74f6a98d45d266175bf" | ||
| 12 | |||
| 13 | PACKAGECONFIG ?= "goabackend kerberos owncloud lastfm google windows_live" | ||
| 14 | |||
| 15 | # goabackend requires webkitgtk to be built with gtk+3 and gcr3 | ||
| 16 | PACKAGECONFIG[goabackend] = "-Dgoabackend=true,-Dgoabackend=false,gtk+3 gtk+3-native json-glib libxml2 libsoup rest libsecret webkitgtk" | ||
| 17 | PACKAGECONFIG[kerberos] = "-Dkerberos=true, -Dkerberos=false,krb5 gcr3" | ||
| 18 | PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" | ||
| 19 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" | ||
| 20 | PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" | ||
| 21 | PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" | ||
| 22 | PACKAGECONFIG[lastfm] = "-Dlastfm=true, -Dlastfm=false" | ||
| 23 | |||
| 24 | FILES:${PN} += " \ | ||
| 25 | ${datadir}/dbus-1 \ | ||
| 26 | ${libdir}/goa-1.0/web-extensions/*.so \ | ||
| 27 | " | ||
| 28 | |||
| 29 | # looked into pkg-config file: it is not a bug - they mean it | ||
| 30 | FILES:${PN}-dev += "${libdir}/goa-1.0/include" | ||
