diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-10-18 08:15:39 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-10-18 09:55:55 -0700 |
commit | d22891ed7efe4b0e05dcf81f67093e83c2ded0ad (patch) | |
tree | 5e8613859de76af009fd0c407771f516a2bacb92 | |
parent | 4457c985641f63240ddf9e123c0f51cf9e94cda4 (diff) | |
download | meta-openembedded-contrib-d22891ed7efe4b0e05dcf81f67093e83c2ded0ad.tar.gz meta-openembedded-contrib-d22891ed7efe4b0e05dcf81f67093e83c2ded0ad.tar.bz2 meta-openembedded-contrib-d22891ed7efe4b0e05dcf81f67093e83c2ded0ad.zip |
colord: inherit pkgconfig
meson can't find gio-2.0 without pkg-config
Signed-off-by: Tim Orling <ticotimo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/colord/colord.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |