mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
libgtk4 passes -Dintrospection=disabled unconditionally, so Gtk-4.0.gir is never installed. webkitgtk depends on gobject-introspection and generates WebKit-6.0.gir, which includes Gtk-4.0.gir, so building both fails: FAILED: WebKit-6.0.gir Couldn't find include 'Gtk-4.0.gir' (search path: '['.../usr/share/gir-1.0', ...]') Tie the option to BR2_PACKAGE_GOBJECT_INTROSPECTION and add the dependency, the way package/libgtk3 already does. Systems without introspection keep the previous behaviour. Signed-off-by: Alsey Coleman Miller <alseycmiller@gmail.com> Signed-off-by: Fiona Klute <fiona.klute@gmx.de>