From 4f5846a28041c5c8dbbc28d86a8cab7556c561e0 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 23 Jan 2026 09:49:31 +0100 Subject: [PATCH] libnma: remove x11 from REQUIRED_DISTRO_FEATURES Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb index 9a4dad35d1..502dfb5ce2 100644 --- a/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb +++ b/meta-gnome/recipes-connectivity/libnma/libnma_1.10.6.bb @@ -6,7 +6,7 @@ DEPENDS = "glib-2.0 gtk+3 gtk4 networkmanager" inherit gnomebase gobject-introspection gtk-doc gettext vala features_check -REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('PACKAGECONFIG','gcr','x11','',d)} opengl" +REQUIRED_DISTRO_FEATURES = "opengl" ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" SRC_URI[archive.sha256sum] = "53a6fb2b190ad37c5986caed3e98bede7c3c602399ee4f93c8fc054303d76dab"