diff mbox series

[meta-oe,3/4] glade: add gobject-introspection-data to REQUIRED_DISTRO_FEATURES

Message ID 20230515113620.42510-3-Martin.Jansa@gmail.com
State New
Headers show
Series [meta-oe,1/4] libblockdev: add introspection options to UNKNOWN_CONFIGURE_OPT_IGNORE | expand

Commit Message

Martin Jansa May 15, 2023, 11:36 a.m. UTC
* otherwise do_configure fails:
  http://errors.yoctoproject.org/Errors/Details/704194/

  gladeui/Makefile.am:267: error: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL

* AM_CONDITIONAL is in ${STAGING_DIR_TARGET}/${datadir}/aclocal/introspection.m4:
  AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")

  but since:
  https://git.openembedded.org/openembedded-core/commit/meta/classes-recipe/gobject-introspection.bbclass?id=4e51c1815c92bb15977a3bdb14171d770da44004
  it doesn't get copied to ${S}/m4 without gobject-introspection-data

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/glade/glade_3.22.2.bb | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb
index 6c1112038c..9ee087fdb7 100644
--- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb
+++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb
@@ -13,6 +13,7 @@  inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-
 # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG.
 # cairo would at least needed to be built with xlib.
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \
            file://remove-yelp-help-rules-var.patch \