There is an option for it: https://gitlab.gnome.org/GNOME/libpeas/-/blob/master/meson_options.txt#L12
so maybe it's a bug somehow? Alex On Sat, 8 Aug 2020 at 14:54, Adrian Bunk <[email protected]> wrote: > ../libpeas-1.26.0/tests/libpeas/introspection/meson.build:47:0: ERROR: > Unknown variable "libpeas_gir". > > Signed-off-by: Adrian Bunk <[email protected]> > --- > meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > index 881751008..1b754343a 100644 > --- a/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > +++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.26.0.bb > @@ -10,6 +10,10 @@ GTKDOC_MESON_OPTION = "gtk_doc" > > inherit gnomebase gobject-introspection gtk-doc gtk-icon-cache > features_check > > +# gobject-introspection is mandatory and cannot be configured > +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" > +UNKNOWN_CONFIGURE_WHITELIST_append = " --enable-introspection > --disable-introspection" > + > ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" > > SRC_URI += " \ > -- > 2.17.1 > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86194): https://lists.openembedded.org/g/openembedded-devel/message/86194 Mute This Topic: https://lists.openembedded.org/mt/76066518/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
