mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
Buildroot commit c3aa677456 bumped pango
to 1.58.0 causing a build error with flutter-engine
../../flutter/shell/platform/linux/fl_accessible_text_field.cc:9:1:
error: redefinition of 'glib_autoptr_clear_PangoContext'
9 | G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoContext, g_object_unref)
../../flutter/shell/platform/linux/fl_accessible_text_field.cc:60:3:
error: 'cleanup' argument is not a function
60 | g_autoptr(PangoContext) context = get_pango_context(self);
with this defconfig:
BR2_x86_64=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SOFTPIPE=y
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
BR2_PACKAGE_MESA3D_OPENGL_ES=y
BR2_PACKAGE_FLUTTER_ENGINE=y
BR2_PACKAGE_LIBGTK3=y
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>