mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
9 lines
346 B
Meson
9 lines
346 B
Meson
bash_helper_conf = configuration_data()
|
|
bash_helper_conf.set('GST_COMPLETION_HELPER_INSTALLED',
|
|
join_paths(prefix, helpers_install_dir, 'gst-completion-helper'))
|
|
bash_helper_conf.set('GST_API_VERSION', apiversion)
|
|
|
|
configure_file(input : 'gst.in',
|
|
output : 'gst',
|
|
install_dir : bash_helpers_dir,
|
|
configuration : bash_helper_conf)
|