diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-11-11 17:23:48 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-13 01:17:26 -0800 |
commit | 1e6bafddc01e0ca3fde7ac11515a447cc8a49adf (patch) | |
tree | b0a0961cef44a13f84143520f9e7e06be0b26360 | |
parent | 790539e19cb6f332462d69a2536377dc2d0618c6 (diff) | |
download | meta-openembedded-1e6bafddc01e0ca3fde7ac11515a447cc8a49adf.tar.gz |
tepl: 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>
-rw-r--r-- | meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb index 755cb964c3..0ac7e3693d 100644 --- a/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb +++ b/meta-gnome/recipes-gnome/tepl/tepl_6.00.0.bb | |||
@@ -19,6 +19,6 @@ SRC_URI[archive.sha256sum] = "a86397a895dca9c0de7a5ccb063bda8f7ef691cccb950ce2cf | |||
19 | 19 | ||
20 | # gobject-introspection is mandatory and cannot be configured | 20 | # gobject-introspection is mandatory and cannot be configured |
21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 21 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
22 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" | 22 | GIR_MESON_OPTION = "" |
23 | 23 | ||
24 | GTKDOC_MESON_OPTION = "gtk_doc" | 24 | GTKDOC_MESON_OPTION = "gtk_doc" |