diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-01 21:20:36 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-01 21:21:51 -0800 |
commit | 52bc482125580aaf7224070756cbb43cf87fc59f (patch) | |
tree | 3899c2eb7dee10bf21e39d5939bb86daf5765197 | |
parent | 549cbe8b5d1f044a8e721e8b3596a87ff0fa86df (diff) | |
download | meta-openembedded-52bc482125580aaf7224070756cbb43cf87fc59f.tar.gz |
clutter: 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-1.0.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc index ce6b8a0f49..48e9d134ae 100644 --- a/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc +++ b/meta-gnome/recipes-graphics/clutter/clutter-1.0.inc | |||
@@ -21,6 +21,9 @@ EDEPENDS_WAYLAND = "wayland libxkbcommon gdk-pixbuf" | |||
21 | EDEPENDS_EVDEV = "libxkbcommon" | 21 | EDEPENDS_EVDEV = "libxkbcommon" |
22 | ERDEPENDS_EVDEV = "xkeyboard-config" | 22 | ERDEPENDS_EVDEV = "xkeyboard-config" |
23 | 23 | ||
24 | # Needed for finding introspection.m4 | ||
25 | EXTRA_AUTORECONF += "-I m4" | ||
26 | |||
24 | # Disable pretty much everything, override in platform specific set up | 27 | # Disable pretty much everything, override in platform specific set up |
25 | EXTRA_OECONF += "--disable-quartz-backend \ | 28 | EXTRA_OECONF += "--disable-quartz-backend \ |
26 | --disable-win32-backend \ | 29 | --disable-win32-backend \ |