commit: 6ed35622d333954fedc11ed080bfa3dd29c74f3a Author: Gabi Falk <gabifalk <AT> gmx <DOT> com> AuthorDate: Sat Dec 21 13:39:00 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Dec 21 16:21:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed35622
dev-libs/glib: 2.80.5-r1: Fix gobject-introspection bootstrap Closes: https://bugs.gentoo.org/946735 Signed-off-by: Gabi Falk <gabifalk <AT> gmx.com> Closes: https://github.com/gentoo/gentoo/pull/39807 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/glib/glib-2.80.5-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-libs/glib/glib-2.80.5-r1.ebuild b/dev-libs/glib/glib-2.80.5-r1.ebuild index 66d75184be4f..c45723504164 100644 --- a/dev-libs/glib/glib-2.80.5-r1.ebuild +++ b/dev-libs/glib/glib-2.80.5-r1.ebuild @@ -288,6 +288,9 @@ multilib_src_configure() { export LD_LIBRARY_PATH="${BUILD_DIR}/${gliblib}:${LD_LIBRARY_PATH}" done + # Add the path to introspection libraries so that glib can call gir utilities + export LD_LIBRARY_PATH="${INTROSPECTION_LIB_DIR}:${LD_LIBRARY_PATH}" + # Add the paths to the gobject-introspection python modules to python path so they can be imported export PYTHONPATH="${INTROSPECTION_LIB_DIR}/gobject-introspection:${PYTHONPATH}" fi
