diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-17 19:43:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-17 19:44:52 -0800 |
commit | fdf966e110292ba79c781d768a016109652a4ad2 (patch) | |
tree | fb49944e2bfdb393a4390ec8ed0c38cea2f5b337 /meta-gnome | |
parent | 372bae22a648c5367b07cfe45eb7875a996193f4 (diff) | |
download | meta-openembedded-fdf966e110292ba79c781d768a016109652a4ad2.tar.gz |
colord-gtk: introspection is not valid meson option
meson 0.60+ errors out on unknown options and -Dintrospection
is not a valid option
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb index d5fd6a132..2b09adf71 100644 --- a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb +++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.2.0.bb | |||
@@ -15,11 +15,9 @@ SRC_URI[md5sum] = "66d048803c8b89e5e63da4b461484933" | |||
15 | SRC_URI[sha256sum] = "2a4cfae08bc69f000f40374934cd26f4ae86d286ce7de89f1622abc59644c717" | 15 | SRC_URI[sha256sum] = "2a4cfae08bc69f000f40374934cd26f4ae86d286ce7de89f1622abc59644c717" |
16 | 16 | ||
17 | EXTRA_OEMESON = "-Dman=false" | 17 | EXTRA_OEMESON = "-Dman=false" |
18 | 18 | GIR_MESON_OPTION = "" | |
19 | # gobject-introspection is mandatory and cannot be configured | 19 | # gobject-introspection is mandatory and cannot be configured |
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
21 | 21 | ||
22 | # colord | 22 | # colord |
23 | REQUIRED_DISTRO_FEATURES += "polkit" | 23 | REQUIRED_DISTRO_FEATURES += "polkit" |
24 | |||
25 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" | ||