From a3eafe3698c9178d906f2e570e675999f941d395 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Thu, 10 Nov 2022 16:36:14 +0800 Subject: [PATCH] libnma: add opengl to REQUIRED_DISTRO_FEATURES libnma depends on gtk4 which needs opengl DISTRO_FEATURES enabled. Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb DEPENDS on or otherwise requires it) gtk4 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', 'network-manager-applet', 'libnma', 'gtk4'] Signed-off-by: Mingli Yu Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb index 75c704bc27..341e29c080 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.8.38.bb @@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 gtk+3 gtk4 networkmanager" GNOMEBASEBUILDCLASS = "meson" inherit gnomebase gobject-introspection gtk-doc gettext vala features_check -REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)}" +REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" SRC_URI[archive.sha256sum] = "5ed93eae18456ff5a8a4f408178c1ee198dc8d3a46c65f9075b101916e64e8b4"