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>
This commit is contained in:
Tim Orling 2021-10-18 08:15:39 -07:00 committed by Khem Raj
parent 0a68c4ad97
commit 8de56ffd07

View File

@ -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"