Blame data/bash-completion/helpers/meson.build

Packit Service 963350
bash_helper_conf = configuration_data()
Packit Service 963350
bash_helper_conf.set('GST_COMPLETION_HELPER_INSTALLED',
Packit Service 963350
    join_paths(prefix, helpers_install_dir, 'gst-completion-helper'))
Packit Service 963350
bash_helper_conf.set('GST_API_VERSION', apiversion)
Packit Service 963350
Packit Service 963350
configure_file(input : 'gst.in',
Packit Service 963350
    output : 'gst',
Packit Service 963350
    install_dir : bash_helpers_dir,
Packit Service 963350
    configuration : bash_helper_conf)