diff options
| author | Tim Orling <ticotimo@gmail.com> | 2021-10-18 08:15:39 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-10-19 09:23:08 -0700 |
| commit | 8de56ffd07526fe769bc4168cffced671f78f6cc (patch) | |
| tree | a9c66f74f94cad45ddf77c641355fad4fa514def | |
| parent | 0a68c4ad979d20b0873da4c5fd03d02a5d684652 (diff) | |
| download | meta-openembedded-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>
| -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 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | 2 | ||
| 3 | inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd | 3 | inherit meson gobject-introspection gsettings gettext bash-completion systemd features_check useradd pkgconfig |
| 4 | 4 | ||
| 5 | # polkit and gobject-introspection are mandatory and cannot be configured | 5 | # polkit and gobject-introspection are mandatory and cannot be configured |
| 6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" | 6 | REQUIRED_DISTRO_FEATURES = "polkit gobject-introspection-data" |
