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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-03-02 08:47:31 -08:00
parent 52bc482125
commit e98a880baa
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"