mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
6 lines
257 B
Meson
6 lines
257 B
Meson
|
if (bashcomp_found)
|
||
|
subdir('bash-completion/helpers')
|
||
|
install_data('bash-completion/completions/gst-launch-1.0', install_dir : bash_completions_dir)
|
||
|
install_data('bash-completion/completions/gst-inspect-1.0', install_dir : bash_completions_dir)
|
||
|
endif
|