summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-02 08:47:31 -0800
committerKhem Raj <raj.khem@gmail.com>2025-03-02 08:48:12 -0800
commite98a880baadcc9079edd7a8287d12cf26c4e01f8 (patch)
treea2f3e769c36ac87c900f45a435f1fc001881d6df
parent52bc482125580aaf7224070756cbb43cf87fc59f (diff)
downloadmeta-openembedded-e98a880baadcc9079edd7a8287d12cf26c4e01f8.tar.gz
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>
-rw-r--r--meta-gnome/recipes-graphics/clutter/clutter-gst-3.0.inc3
1 files changed, 3 insertions, 0 deletions
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
10# depends on clutter-1.0 which depends on cogl-1.0 10# depends on clutter-1.0 which depends on cogl-1.0
11REQUIRED_DISTRO_FEATURES ?= "opengl" 11REQUIRED_DISTRO_FEATURES ?= "opengl"
12 12
13# Needed for introspection.m4
14EXTRA_AUTORECONF += "-I m4"
15
13export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" 16export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy"
14 17
15SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" 18SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch"