From e98a880baadcc9079edd7a8287d12cf26c4e01f8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 2 Mar 2025 08:47:31 -0800 Subject: [PATCH] clutter-gst: Add m4 dir to autoconf macro search paths autotools bblass do not search for the .m4 files in srctree anymore [1] [1] https://git.yoctoproject.org/poky/commit/?id=a4b1fa2b22794d59fee716afe6e269dae7f87ace Signed-off-by: Khem Raj --- meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc index 7880021755..1329f7fc50 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc @@ -10,6 +10,9 @@ inherit clutter features_check upstream-version-is-even gobject-introspection # depends on clutter-1.0 which depends on cogl-1.0 REQUIRED_DISTRO_FEATURES ?= "opengl" +# Needed for introspection.m4 +EXTRA_AUTORECONF += "-I m4" + export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"