From b2cfedf9a1fb9d922ce2a14ea4077cf4257cc4ef Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 25 May 2023 13:13:49 +0100 Subject: [PATCH] gnome-photos: requires gobject-introspection-data DISTRO_FEATURE Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb index cdf9780ab8..066a50e525 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb @@ -31,7 +31,7 @@ inherit gnomebase gettext gnome-help features_check def gnome_verdir(v): return oe.utils.trim_version(v, 1) -REQUIRED_DISTRO_FEATURES = "x11 opengl" +REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" PACKAGECONFIG ?= "" PACKAGECONFIG[doc] = "-Dmanuals=true,-Dmanuals=false,libxslt-native docbook-xsl-stylesheets-native"