mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 12:38:48 +00:00
uninstalled: Take into account -good pkgconfig uninstalled file
This commit is contained in:
parent
95d525f43a
commit
4df327a69b
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue