summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-01 21:20:36 -0800
committerKhem Raj <raj.khem@gmail.com>2025-03-01 21:21:51 -0800
commit52bc482125580aaf7224070756cbb43cf87fc59f (patch)
tree3899c2eb7dee10bf21e39d5939bb86daf5765197
parent549cbe8b5d1f044a8e721e8b3596a87ff0fa86df (diff)
downloadmeta-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.inc3
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"
21EDEPENDS_EVDEV = "libxkbcommon" 21EDEPENDS_EVDEV = "libxkbcommon"
22ERDEPENDS_EVDEV = "xkeyboard-config" 22ERDEPENDS_EVDEV = "xkeyboard-config"
23 23
24# Needed for finding introspection.m4
25EXTRA_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
25EXTRA_OECONF += "--disable-quartz-backend \ 28EXTRA_OECONF += "--disable-quartz-backend \
26 --disable-win32-backend \ 29 --disable-win32-backend \