diff --git a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb similarity index 72% rename from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb rename to meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb index adce70770f..a24458d1d3 100644 --- a/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb +++ b/meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb @@ -3,12 +3,12 @@ LICENSE = "LGPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" GTKIC_VERSION = "4" -inherit gnomebase gsettings gobject-introspection gtk-icon-cache mime-xdg vala features_check +inherit gnomebase gsettings gobject-introspection gi-docgen gtk-icon-cache mime-xdg vala features_check REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', 'opengl', '', d)}" -DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr" +DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" -SRC_URI[archive.sha256sum] = "df16ad975d139c6bfc4ebb2ec8bb8327297a791ef2bf0b977c78076af5faa98e" +SRC_URI[archive.sha256sum] = "631953a9d9ea098b268a0bbe2df18cbbec6781589cac6b0455214609ee12bbd8" PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" @@ -18,11 +18,14 @@ PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" +PACKAGECONFIG[man] = "-Dman=true, -Dman=false,libxslt-native docbook-xsl-stylesheets-native" FILES:${PN} += " \ ${datadir}/dbus-1 \ ${libdir}/goa-1.0/web-extensions/*.so \ " +GIDOCGEN_MESON_OPTION = 'documentation' + # looked into pkg-config file: it is not a bug - they mean it FILES:${PN}-dev += "${libdir}/goa-1.0/include"