diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.52.0.bb (renamed from meta-gnome/recipes-gnome/gnome-online-accounts/gnome-online-accounts_3.50.2.bb) | 9 |
1 files changed, 6 insertions, 3 deletions
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 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" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=34c88b124db5fb2762c1676be7dadd36" |
| 4 | 4 | ||
| 5 | GTKIC_VERSION = "4" | 5 | GTKIC_VERSION = "4" |
| 6 | inherit gnomebase gsettings gobject-introspection gtk-icon-cache mime-xdg vala features_check | 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)}" | 7 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG', 'goabackend', 'opengl', '', d)}" |
| 8 | 8 | ||
| 9 | DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr" | 9 | DEPENDS += "gdk-pixbuf dbus glib-2.0 gcr keyutils" |
| 10 | 10 | ||
| 11 | SRC_URI[archive.sha256sum] = "df16ad975d139c6bfc4ebb2ec8bb8327297a791ef2bf0b977c78076af5faa98e" | 11 | SRC_URI[archive.sha256sum] = "631953a9d9ea098b268a0bbe2df18cbbec6781589cac6b0455214609ee12bbd8" |
| 12 | 12 | ||
| 13 | PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" | 13 | PACKAGECONFIG ?= "goabackend kerberos owncloud google windows_live" |
| 14 | 14 | ||
| @@ -18,11 +18,14 @@ PACKAGECONFIG[exchange] = "-Dexchange=true, -Dexchange=false" | |||
| 18 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" | 18 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false" |
| 19 | PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" | 19 | PACKAGECONFIG[owncloud] = "-Downcloud=true, -Downcloud=false" |
| 20 | PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" | 20 | PACKAGECONFIG[windows_live] = "-Dwindows_live=true, -Dwindows_live=false" |
| 21 | PACKAGECONFIG[man] = "-Dman=true, -Dman=false,libxslt-native docbook-xsl-stylesheets-native" | ||
| 21 | 22 | ||
| 22 | FILES:${PN} += " \ | 23 | FILES:${PN} += " \ |
| 23 | ${datadir}/dbus-1 \ | 24 | ${datadir}/dbus-1 \ |
| 24 | ${libdir}/goa-1.0/web-extensions/*.so \ | 25 | ${libdir}/goa-1.0/web-extensions/*.so \ |
| 25 | " | 26 | " |
| 26 | 27 | ||
| 28 | GIDOCGEN_MESON_OPTION = 'documentation' | ||
| 29 | |||
| 27 | # looked into pkg-config file: it is not a bug - they mean it | 30 | # looked into pkg-config file: it is not a bug - they mean it |
| 28 | FILES:${PN}-dev += "${libdir}/goa-1.0/include" | 31 | FILES:${PN}-dev += "${libdir}/goa-1.0/include" |
