From 7e761cb2d1611129f999f7582446e0581c3e6c84 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 22 Jan 2026 16:43:26 +0100 Subject: [PATCH] rygel: add x11 to REQUIRED_DISTRO_FEATURES x11 is required Signed-off-by: Khem Raj --- meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb index 97948d896f..60a79f5fb3 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_45.0.bb @@ -18,7 +18,7 @@ RRECOMMENDS:${PN} = "rygel-plugin-media-export" inherit gnomebase features_check vala gobject-introspection gettext systemd # gobject-introspection is mandatory for libmediaart-2.0 and cannot be configured -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11" SRC_URI[archive.sha256sum] = "82667b902fc0672e64cf91eb727a70137a8fdfe7a3d9a4c158b0f4b1fc700882"