summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-03-01 13:22:34 -0800
committerKhem Raj <raj.khem@gmail.com>2025-03-01 13:25:24 -0800
commit549cbe8b5d1f044a8e721e8b3596a87ff0fa86df (patch)
treec78518ab324259cb4a2ad12e4ffc32add8952411
parentfd067de110956fd8b21e334cc1b49eac4c5c8f2b (diff)
downloadmeta-openembedded-549cbe8b5d1f044a8e721e8b3596a87ff0fa86df.tar.gz
cogl-1.0: 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/cogl/cogl-1.0.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
index 3da361b3ff..b1ef57ce57 100644
--- a/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
+++ b/meta-gnome/recipes-graphics/cogl/cogl-1.0.inc
@@ -29,6 +29,8 @@ EDEPENDS_WAYLAND = "virtual/egl virtual/libgles2 wayland"
29ERDEPENDS_GL = "libgl" 29ERDEPENDS_GL = "libgl"
30ERDEPENDS_GLES2 = "libgles2" 30ERDEPENDS_GLES2 = "libgles2"
31 31
32# Needed for introspection.m4
33EXTRA_AUTORECONF += "-I m4"
32# GLESv1 is rarely tested, so disable it 34# GLESv1 is rarely tested, so disable it
33EXTRA_OECONF += "--enable-examples-install \ 35EXTRA_OECONF += "--enable-examples-install \
34 --enable-debug \ 36 --enable-debug \