diff options
| author | Joshua Watt <JPEWhacker@gmail.com> | 2021-11-17 20:41:15 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-17 19:13:48 -0800 |
| commit | 3579c51f673466e24b72fff20340a78acdcdb6e6 (patch) | |
| tree | b75b3696968253a81a68ef585928e4af23521e89 | |
| parent | b8a8fbaf7df3d52acf02e7a3eec97ffd57acabf3 (diff) | |
| download | meta-openembedded-3579c51f673466e24b72fff20340a78acdcdb6e6.tar.gz | |
colord: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option
Signed-off-by: Joshua Watt <JPEWhacker@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 563a0ee00a..e300222518 100644 --- a/meta-oe/recipes-support/colord/colord.bb +++ b/meta-oe/recipes-support/colord/colord.bb | |||
| @@ -4,7 +4,7 @@ inherit meson gobject-introspection gsettings gettext bash-completion systemd fe | |||
| 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" |
| 7 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" | 7 | GIR_MESON_OPTION = "" |
| 8 | 8 | ||
| 9 | DEPENDS += " \ | 9 | DEPENDS += " \ |
| 10 | ${BPN}-native \ | 10 | ${BPN}-native \ |
