uninstalled: Take into account -good pkgconfig uninstalled file

This commit is contained in:
Thibault Saunier 2017-03-28 14:32:24 -03:00
parent 95d525f43a
commit 4df327a69b

View file

@ -107,6 +107,10 @@ def get_subprocess_env(options):
for pkg_dir in pkg_dirs:
prepend_env_var(env, "PKG_CONFIG_PATH", pkg_dir)
prepend_env_var(env, "PKG_CONFIG_PATH", os.path.join(options.builddir,
'subprojects',
'gst-plugins-good',
'pkgconfig'))
mesonpath = os.path.join(SCRIPTDIR, "meson")
if os.path.join(mesonpath):