diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-03-01 13:22:34 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-01 13:25:24 -0800 |
commit | 549cbe8b5d1f044a8e721e8b3596a87ff0fa86df (patch) | |
tree | c78518ab324259cb4a2ad12e4ffc32add8952411 | |
parent | fd067de110956fd8b21e334cc1b49eac4c5c8f2b (diff) | |
download | meta-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.inc | 2 |
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" | |||
29 | ERDEPENDS_GL = "libgl" | 29 | ERDEPENDS_GL = "libgl" |
30 | ERDEPENDS_GLES2 = "libgles2" | 30 | ERDEPENDS_GLES2 = "libgles2" |
31 | 31 | ||
32 | # Needed for introspection.m4 | ||
33 | EXTRA_AUTORECONF += "-I m4" | ||
32 | # GLESv1 is rarely tested, so disable it | 34 | # GLESv1 is rarely tested, so disable it |
33 | EXTRA_OECONF += "--enable-examples-install \ | 35 | EXTRA_OECONF += "--enable-examples-install \ |
34 | --enable-debug \ | 36 | --enable-debug \ |