mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Set includedir to $(STAGING_DIR)/usr/share/gir-1.0 instead of . in Makefile.introspection or g-ir-compiler won't find .gir files resulting in a build failure for autotools-based based programs such as gconf since bump of gobject-introspection to version 1.68.0 in commitabc110e362: Could not find GIR file 'GObject-2.0.gir'; check XDG_DATA_DIRS or use --includedir error parsing file GConf-2.0.gir: Failed to parse included gir GObject-2.0 Fixes: - http://autobuild.buildroot.org/results/8180d893cbd27512915a7f8a3adb232b93a98ceb Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commit8dda799706) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>