aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-connectivity/geary
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-12-21 16:59:35 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:23 -0800
commit4901372e5d28f5fb32c3a48584877452d3e71573 (patch)
tree27dc6cc7e0a1ab3507108c57d4d4f49df2cb8246 /meta-gnome/recipes-connectivity/geary
parentfa9aa161b3be788aaa0453597aedaa7bd5123b1f (diff)
downloadmeta-openembedded-4901372e5d28f5fb32c3a48584877452d3e71573.tar.gz
geary: add opengl to REQUIRED_DISTRO_FEATURES
Fixes: ERROR: Nothing PROVIDES 'evolution-data-server' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/geary/geary_43.0.bb DEPENDS on or otherwise requires it) evolution-data-server was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'geary', 'evolution-data-server'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-connectivity/geary')
-rw-r--r--meta-gnome/recipes-connectivity/geary/geary_43.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_43.0.bb b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb
index 03738c5543..08899fd4a1 100644
--- a/meta-gnome/recipes-connectivity/geary/geary_43.0.bb
+++ b/meta-gnome/recipes-connectivity/geary/geary_43.0.bb
@@ -41,7 +41,7 @@ S = "${WORKDIR}/git"
SRCREV = "94d6bec861daffb27efea85a296f347db7a5af6d"
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
-REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl"
GIR_MESON_OPTION = ""
EXTRA_OEMESON = "-Dprofile=release"