mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
gst-uninstalled: Add gst-indent directory to $PATH
This commit is contained in:
parent
a769bf6c6e
commit
dde1b6ef3c
1 changed files with 3 additions and 0 deletions
|
@ -100,6 +100,9 @@ def get_subprocess_env(options, gst_version):
|
|||
'lib', 'girepository-1.0'))
|
||||
prepend_env_var(env, "PKG_CONFIG_PATH", os.path.join(PREFIX_DIR, 'lib', 'pkgconfig'))
|
||||
|
||||
# gst-indent
|
||||
prepend_env_var(env, "PATH", os.path.join(SCRIPTDIR, 'gstreamer', 'tools'))
|
||||
|
||||
# Library and binary search paths
|
||||
prepend_env_var(env, "PATH", os.path.join(PREFIX_DIR, 'bin'))
|
||||
if lib_path_envvar != 'PATH':
|
||||
|
|
Loading…
Reference in a new issue