diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-10-28 12:24:50 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-29 18:13:41 -0700 |
commit | 78a332939f8bd852c47a09a65d9d1837aa83ff97 (patch) | |
tree | 9a47dfc4d4010bdbb86dce1e1d7f0c42ee85752f /meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb | |
parent | ab095d3ab44da74a3675b5936f9aeb5aa4b715b7 (diff) | |
download | meta-openembedded-master.tar.gz |
In my setup a build fails with
| checking for gobject-introspection... configure: error: gobject-introspection-1.0 is not installed
| NOTE: The following config.log files may provide further information.
| NOTE: /var/home/krm/build/oe-core_master/build/tmp/work/cortexa55-tdx-linux/libgpiod/2.2/build/config.log
| ERROR: configure failed
From config.log this seems to be related to glib-2.0 not found:
| configure:22484: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0"
| Package glib-2.0 was not found in the pkg-config search path.
| Perhaps you should add the directory containing `glib-2.0.pc'
| to the PKG_CONFIG_PATH environment variable
| Package 'glib-2.0', required by 'gobject-introspection-1.0', not found
| configure:22487: $? = 1
| configure:22491: error: gobject-introspection-1.0 is not installed
Note that glib-2.0.pc is present in recipes-sysroot-native but not
in recipes-sysroot.
Adding glib-2.0 to depends allows successful build of libgpiod 2.
Fixes: 117d09ce43c7 ("libgpiod: update to v2.2")
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/fvwm/fvwm_2.7.0.bb')
0 files changed, 0 insertions, 0 deletions