aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2021-10-18 08:15:39 -0700
committerKhem Raj <raj.khem@gmail.com>2021-10-19 09:23:08 -0700
commit8de56ffd07526fe769bc4168cffced671f78f6cc (patch)
treea9c66f74f94cad45ddf77c641355fad4fa514def /meta-oe
parent0a68c4ad979d20b0873da4c5fd03d02a5d684652 (diff)
downloadmeta-openembedded-contrib-8de56ffd07526fe769bc4168cffced671f78f6cc.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/colord/colord.bb2
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"