Xavier Claessens 0fa7923937 Meson: Set install_tag on some files
Meson tries to guess the tag (runtime, devel, etc) for every installed
file, but it cannot guess them all. There is a list at the end of
meson-log.txt of files we need to tag manually.

See https://mesonbuild.com/Installing.html#installation-tags.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1934>
2022-03-14 08:56:54 -04:00

10 lines
323 B
Meson

if (bashcomp_found)
subdir('bash-completion/helpers')
install_data('bash-completion/completions/gst-launch-1.0',
install_dir : bash_completions_dir,
install_tag : 'runtime')
install_data('bash-completion/completions/gst-inspect-1.0',
install_dir : bash_completions_dir,
install_tag : 'runtime')
endif