GNOME Bugzilla – Bug 686342
Autodetect if a system's gobject introspection and pygobject libraries are recent enough
Last modified: 2013-10-14 12:12:04 UTC
If both gobject-introspection and pygobject are recent enough, $MODULES_CORE="". Otherwise, $MODULES_CORE="glib gobject-introspection pygobject". If just not sure of how the logic should go for that one. Also, we have to take care of bug 686341 for this to work properly.
Seems like a workaround for bug 686341 is to build pygobject (and ONLY pygobject), but that seems hacky/unnecessary. So either the solution here is to use $MODULES_CORE="" (in which case we need to do the proper handling of environment variables" or do $MODULES_CORE="pygobject" even if we don't *actually* need it...
Bug 686342 - Autodetect if a system's gobject introspection and pygobject libraries are recent enough - NEW commit 306e8804ee1abaee6fab0ef539be266865c0e62a Author: Thibault Saunier <thibault.saunier@collabora.com> Date: Wed Oct 2 21:43:12 2013 +0200 bin: Do not build GI and PyGobject if not necessary