mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
10 lines
349 B
Meson
10 lines
349 B
Meson
|
bash_helper_conf = configuration_data()
|
||
|
bash_helper_conf.set('GST_COMPLETION_HELPER_INSTALLED',
|
||
|
'@0@/@1@/gst-completion-helper'.format(prefix, helpers_install_dir))
|
||
|
bash_helper_conf.set('GST_API_VERSION', apiversion)
|
||
|
|
||
|
configure_file(input : 'gst.in',
|
||
|
output : 'gst',
|
||
|
install_dir : bash_helpers_dir,
|
||
|
configuration : bash_helper_conf)
|