mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
5 lines
257 B
Meson
5 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
|