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>
This commit is contained in:
Khem Raj 2025-03-01 13:22:34 -08:00
parent fd067de110
commit 549cbe8b5d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -29,6 +29,8 @@ EDEPENDS_WAYLAND = "virtual/egl virtual/libgles2 wayland"
ERDEPENDS_GL = "libgl"
ERDEPENDS_GLES2 = "libgles2"
# Needed for introspection.m4
EXTRA_AUTORECONF += "-I m4"
# GLESv1 is rarely tested, so disable it
EXTRA_OECONF += "--enable-examples-install \
--enable-debug \