summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabi Falk <gabifalk@gmx.com>2024-12-21 13:39:00 +0000
committerSam James <sam@gentoo.org>2024-12-21 16:21:22 +0000
commit6ed35622d333954fedc11ed080bfa3dd29c74f3a (patch)
tree215f71f893e4a80ce7eef8dd815ad45853e563af /dev-libs
parentapp-editors/zed: remove old versions (diff)
downloadgentoo-6ed35622d333954fedc11ed080bfa3dd29c74f3a.tar.gz
gentoo-6ed35622d333954fedc11ed080bfa3dd29c74f3a.tar.bz2
gentoo-6ed35622d333954fedc11ed080bfa3dd29c74f3a.zip
dev-libs/glib: 2.80.5-r1: Fix gobject-introspection bootstrap
Closes: https://bugs.gentoo.org/946735 Signed-off-by: Gabi Falk <gabifalk@gmx.com> Closes: https://github.com/gentoo/gentoo/pull/39807 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/glib/glib-2.80.5-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
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