From d22891ed7efe4b0e05dcf81f67093e83c2ded0ad Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 18 Oct 2021 08:15:39 -0700 Subject: colord: inherit pkgconfig meson can't find gio-2.0 without pkg-config Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- meta-oe/recipes-support/colord/colord.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/colord/colord.bb b/meta-oe/recipes-support/colord/colord.bb index 66dc4a5802..563a0ee00a 100644 --- a/meta-oe/recipes-support/colord/colord.bb +++ b/meta-oe/recipes-support/colord/colord.bb @@ -1,6 +1,6 @@ require ${BPN}.inc -inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd +inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd pkgconfig # polkit and gobject-introspection are mandatory and cannot be configured REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" -- cgit 1.2.3-korg