diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-03-02 08:47:31 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-02 08:48:12 -0800 |
| commit | e98a880baadcc9079edd7a8287d12cf26c4e01f8 (patch) | |
| tree | a2f3e769c36ac87c900f45a435f1fc001881d6df | |
| parent | 52bc482125580aaf7224070756cbb43cf87fc59f (diff) | |
| download | meta-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.inc | 3 |
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 |
| 11 | REQUIRED_DISTRO_FEATURES ?= "opengl" | 11 | REQUIRED_DISTRO_FEATURES ?= "opengl" |
| 12 | 12 | ||
| 13 | # Needed for introspection.m4 | ||
| 14 | EXTRA_AUTORECONF += "-I m4" | ||
| 15 | |||
| 13 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" | 16 | export GST_PLUGIN_SCANNER_1_0="${S}/gst-plugin-scanner-dummy" |
| 14 | 17 | ||
| 15 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" | 18 | SRC_URI += "file://0001-Install-example-binary-needed-for-core-image-clutter.patch" |
