aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-06 14:28:53 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-06 19:20:38 -0800
commitcf1273f9c17ea58b2476cd724203e0cc39f80061 (patch)
treeb53984d2e926b4183c237951fba8f231a73f11ba /meta-gnome
parentce5ca93ff34750177a1f1e7838de7779c9e1f644 (diff)
downloadmeta-openembedded-contrib-cf1273f9c17ea58b2476cd724203e0cc39f80061.tar.gz
geary: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-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 5821122759..9b671eeab4 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 = " \
RDEPENDS:${PN} = "gnome-keyring"
-inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala
+inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
SRC_URI = " \
git://github.com/GNOME/geary.git;nobranch=1;protocol=https \
@@ -39,7 +39,8 @@ SRC_URI = " \
S = "${WORKDIR}/git"
SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+# for gnome-online-accounts
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
GIR_MESON_OPTION = ""
EXTRA_OEMESON = "-Dprofile=release"