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>
This commit is contained in:
Khem Raj
2021-11-12 08:45:48 -08:00
parent 44a65f52d2
commit 60d0f140c7
+1 -1
View File
@@ -27,7 +27,7 @@ SRC_URI[archive.sha256sum] = "55e394a82cb65678b1ab49526cf5bd43f00d8fba21476a4849
# gobject-introspection is mandatory and cannot be configured
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
UNKNOWN_CONFIGURE_WHITELIST:append = " introspection"
GIR_MESON_OPTION = ""
GTKDOC_MESON_OPTION = "gtk_doc"