Install LV2 bundle

This commit is contained in:
Chris Cannam
2022-01-07 14:22:54 +00:00
parent 395c4a7093
commit af93cc850f

View File

@@ -619,7 +619,12 @@ if have_lv2
], ],
name_prefix: '', name_prefix: '',
install: true, install: true,
install_dir: get_option('libdir') / 'lv2', install_dir: get_option('libdir') / 'lv2/rubberband.lv2',
)
install_data(
'ladspa-lv2/rubberband.lv2/manifest.ttl',
'ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl',
install_dir: get_option('libdir') / 'lv2/rubberband.lv2',
) )
else else
target_summary += { 'LV2 plugin': false } target_summary += { 'LV2 plugin': false }