Hi, seems like pkg-config didn't want to be found when not installed in the prefix but _exec_prefix: os.environ["PKG_CONFIG"] = _exec_prefix + "/bin/pkg-config" os.environ["PKG_CONFIG_PATH"] = prefix + "/lib/pkgconfig" + ":" + prefix + "/share/pkgconfig" There's also a related GTK+ bug that fails to use $PKG_CONFIG when pkg-config is not in the $PATH... gtk+-2.20.1-m4macros-pkgconfig.patch (root cause) libglade-2.6.4-pkgconfig.patch (resulting effect) --anders
Attachment:
gtk+-2.20.1-m4macros-pkgconfig.patch
Description: Binary data
Attachment:
libglade-2.6.4-pkgconfig.patch
Description: Binary data