diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-11-12 08:45:48 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-11-13 01:17:26 -0800 |
| commit | 60d0f140c7257151814cb03478d1d09deaf60c83 (patch) | |
| tree | a5292762931bb73399877d8faf5fe1a08fa2e5a6 | |
| parent | 44a65f52d204e9e248002269a144ca7c3aeb9fe1 (diff) | |
| download | meta-openembedded-60d0f140c7257151814cb03478d1d09deaf60c83.tar.gz | |
gedit: 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/gedit/gedit_40.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb index 035f5d1a83..5a9c499764 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_40.1.bb | |||
| @@ -27,7 +27,7 @@ SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849 | |||
| 27 | 27 | ||
| 28 | # gobject-introspection is mandatory and cannot be configured | 28 | # gobject-introspection is mandatory and cannot be configured |
| 29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 29 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
| 30 | UNKNOWN_CONFIGURE_WHITELIST:append = " introspection" | 30 | GIR_MESON_OPTION = "" |
| 31 | 31 | ||
| 32 | GTKDOC_MESON_OPTION = "gtk_doc" | 32 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 33 | 33 | ||
