diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | 17 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc | 4 |
2 files changed, 11 insertions, 10 deletions
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb index 64774b0fe8..681ff677a9 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb | |||
| @@ -2,8 +2,8 @@ require ${BPN}.inc | |||
| 2 | 2 | ||
| 3 | DEPENDS = " \ | 3 | DEPENDS = " \ |
| 4 | ${BPN}-native intltool-native gperf-native \ | 4 | ${BPN}-native intltool-native gperf-native \ |
| 5 | glib-2.0 gtk+3 libgdata libxml2 icu \ | 5 | glib-2.0 gtk+3 gtk4 libgdata libxml2 icu \ |
| 6 | dbus db virtual/libiconv zlib libsoup-2.4 libical nss libsecret \ | 6 | dbus db virtual/libiconv zlib libsoup-3.0 libical nss libsecret \ |
| 7 | " | 7 | " |
| 8 | 8 | ||
| 9 | inherit pkgconfig gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative vala | 9 | inherit pkgconfig gsettings gobject-introspection features_check cmake gtk-doc gettext perlnative vala |
| @@ -24,10 +24,6 @@ LKSTRFTIME:libc-musl = "HAVE_LKSTRFTIME=OFF" | |||
| 24 | 24 | ||
| 25 | EXTRA_OECMAKE = " \ | 25 | EXTRA_OECMAKE = " \ |
| 26 | -DSYSCONF_INSTALL_DIR=${sysconfdir} \ | 26 | -DSYSCONF_INSTALL_DIR=${sysconfdir} \ |
| 27 | -DWITH_KRB5=OFF \ | ||
| 28 | -DENABLE_GOA=OFF \ | ||
| 29 | -DENABLE_GOOGLE_AUTH=OFF \ | ||
| 30 | -DENABLE_WEATHER=OFF \ | ||
| 31 | -DVAPIGEN=${STAGING_BINDIR_NATIVE}/vapigen \ | 27 | -DVAPIGEN=${STAGING_BINDIR_NATIVE}/vapigen \ |
| 32 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON', '-DENABLE_INTROSPECTION=OFF', d)} \ | 28 | ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON -DENABLE_VALA_BINDINGS=ON', '-DENABLE_INTROSPECTION=OFF', d)} \ |
| 33 | -D${LKSTRFTIME} \ | 29 | -D${LKSTRFTIME} \ |
| @@ -37,13 +33,18 @@ EXTRA_OECMAKE = " \ | |||
| 37 | EXTRA_OECMAKE:append:class-target = " -DG_IR_COMPILER=${STAGING_BINDIR}/g-ir-compiler-wrapper" | 33 | EXTRA_OECMAKE:append:class-target = " -DG_IR_COMPILER=${STAGING_BINDIR}/g-ir-compiler-wrapper" |
| 38 | EXTRA_OECMAKE:append:class-target = " -DG_IR_SCANNER=${STAGING_BINDIR}/g-ir-scanner-wrapper" | 34 | EXTRA_OECMAKE:append:class-target = " -DG_IR_SCANNER=${STAGING_BINDIR}/g-ir-scanner-wrapper" |
| 39 | 35 | ||
| 36 | PACKAGECONFIG ?= "oauth" | ||
| 37 | |||
| 40 | PACKAGECONFIG[canberra] = "-DENABLE_CANBERRA=ON,-DENABLE_CANBERRA=OFF,libcanberra" | 38 | PACKAGECONFIG[canberra] = "-DENABLE_CANBERRA=ON,-DENABLE_CANBERRA=OFF,libcanberra" |
| 41 | PACKAGECONFIG[oauth] = "-DENABLE_OAUTH2=ON,-DENABLE_OAUTH2=OFF,webkitgtk json-glib" | 39 | # ENABLE_OAUTH2_WEBKITGTK4 would require webkit to be built with gtk4 |
| 40 | PACKAGECONFIG[oauth] = "-DENABLE_OAUTH2_WEBKITGTK=ON -DENABLE_OAUTH2_WEBKITGTK4=OFF,-DENABLE_OAUTH2_WEBKITGTK=OFF,webkitgtk json-glib" | ||
| 42 | PACKAGECONFIG[goa] = "-DENABLE_GOA=ON,-DENABLE_GOA=OFF,gnome-online-accounts" | 41 | PACKAGECONFIG[goa] = "-DENABLE_GOA=ON,-DENABLE_GOA=OFF,gnome-online-accounts" |
| 43 | 42 | PACKAGECONFIG[kerberos] = "-DWITH_KRB5=ON,-DWITH_KRB5=OFF,krb5" | |
| 44 | # BROKEN: due missing pkg-config in openldap eds' cmake finds host-libs when | 43 | # BROKEN: due missing pkg-config in openldap eds' cmake finds host-libs when |
| 45 | # searching for openldap-libs | 44 | # searching for openldap-libs |
| 46 | PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" | 45 | PACKAGECONFIG[openldap] = "-DWITH_OPENLDAP=ON,-DWITH_OPENLDAP=OFF,openldap" |
| 46 | PACKAGECONFIG[weather] = "-DENABLE_WEATHER=ON,-DENABLE_WEATHER=OFF,libgweather4" | ||
| 47 | |||
| 47 | 48 | ||
| 48 | # -ldb needs this on some platforms | 49 | # -ldb needs this on some platforms |
| 49 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" | 50 | LDFLAGS += "-lpthread -lgmodule-2.0 -lgthread-2.0" |
diff --git a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc index 78efee0040..e3c09f2118 100644 --- a/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc +++ b/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc | |||
| @@ -9,5 +9,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6a6e689d19255cf0557f3fe7d7068212 \ | |||
| 9 | 9 | ||
| 10 | inherit gnomebase upstream-version-is-even | 10 | inherit gnomebase upstream-version-is-even |
| 11 | 11 | ||
| 12 | SRC_URI[archive.sha256sum] = "2ed72afe4d6bb170f8728faea0907fee10212dfde7a9fab82fbcc83d0f22f028" | 12 | SRC_URI[archive.sha256sum] = "c55e72cff4190b42e63dd6eabc6dce48a1a1f79040531f1af6d51c1efa4aa6eb" |
| 13 | PV = "3.44.2" | 13 | PV = "3.46.1" |
