GNOME Bugzilla – Bug 793216
environment: add the Python libdir layout to PKG_CONFIG_PATH
Last modified: 2018-03-01 13:02:24 UTC
Created attachment 367952 [details] [review] environment: add the Python libdir layout to PKG_CONFIG_PATH The host Python on Fedora uses lib64 while jhbuild defaults to lib, so any distutils based build will install .pc files into lib64. To make at least pkg-config happy add the host libdir layout to PKG_CONFIG_PATH as well. This affects pycairo and pygobject (which only has an optional distutils based system atm)
I've pushed this now, ping me if there are any problems.