diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-06 14:28:53 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-06 19:20:38 -0800 |
commit | cf1273f9c17ea58b2476cd724203e0cc39f80061 (patch) | |
tree | b53984d2e926b4183c237951fba8f231a73f11ba /meta-gnome/recipes-connectivity | |
parent | ce5ca93ff34750177a1f1e7838de7779c9e1f644 (diff) | |
download | meta-openembedded-cf1273f9c17ea58b2476cd724203e0cc39f80061.tar.gz |
geary: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-connectivity')
-rw-r--r-- | meta-gnome/recipes-connectivity/geary/geary_40.0.bb | 5 |
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 | ||
31 | RDEPENDS:${PN} = "gnome-keyring" | 31 | RDEPENDS:${PN} = "gnome-keyring" |
32 | 32 | ||
33 | inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala | 33 | inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check |
34 | 34 | ||
35 | SRC_URI = " \ | 35 | SRC_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 = " \ | |||
39 | S = "${WORKDIR}/git" | 39 | S = "${WORKDIR}/git" |
40 | SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382" | 40 | SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382" |
41 | 41 | ||
42 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 42 | # for gnome-online-accounts |
43 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11" | ||
43 | 44 | ||
44 | GIR_MESON_OPTION = "" | 45 | GIR_MESON_OPTION = "" |
45 | EXTRA_OEMESON = "-Dprofile=release" | 46 | EXTRA_OEMESON = "-Dprofile=release" |