From f7229b44ea75217088e7b53f47986ab975b777df Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Nov 2024 21:50:33 -0800 Subject: [PATCH] libdex: Inherit features_check Fixes QA Issue: libdex: recipe doesn't inherit features_check [unhandled-features-check] Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb b/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb index 42be14d4c6..1648639c3e 100644 --- a/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb +++ b/meta-gnome/recipes-gnome/libdex/libdex_0.8.1.bb @@ -2,7 +2,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" GNOMEBASEBUILDCLASS = "meson" -inherit gnomebase upstream-version-is-even gobject-introspection +inherit features_check gnomebase upstream-version-is-even gobject-introspection DEPENDS += " \ glib-2.0 \