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 <[email protected]> --- meta-gnome/recipes-graphics/cogl/cogl-1.0.inc | 2 ++ 1 file changed, 2 insertions(+) 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" 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 \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#115719): https://lists.openembedded.org/g/openembedded-devel/message/115719 Mute This Topic: https://lists.openembedded.org/mt/111460689/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
