summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-connectivity/geary/geary_40.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
index 582112275..9b671eeab 100644
--- a/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
+++ b/meta-gnome/recipes-connectivity/geary/geary_40.0.bb
@@ -30,7 +30,7 @@ DEPENDS = " \
30 30
31RDEPENDS:${PN} = "gnome-keyring" 31RDEPENDS:${PN} = "gnome-keyring"
32 32
33inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala 33inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
34 34
35SRC_URI = " \ 35SRC_URI = " \
36 git://github.com/GNOME/geary.git;nobranch=1;protocol=https \ 36 git://github.com/GNOME/geary.git;nobranch=1;protocol=https \
@@ -39,7 +39,8 @@ SRC_URI = " \
39S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
40SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382" 40SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
41 41
42REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" 42# for gnome-online-accounts
43REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
43 44
44GIR_MESON_OPTION = "" 45GIR_MESON_OPTION = ""
45EXTRA_OEMESON = "-Dprofile=release" 46EXTRA_OEMESON = "-Dprofile=release"