spa: install in versioned directory

So that we can run old and new plugins side by side.
This commit is contained in:
Wim Taymans 2020-01-29 15:51:41 +01:00
parent 82e099ed37
commit 65caf8832c
16 changed files with 19 additions and 19 deletions

View file

@ -82,7 +82,7 @@ audioconvertlib = shared_library('spa-audioconvert',
dependencies : [ mathlib ],
link_with : simd_dependencies,
install : true,
install_dir : '@0@/spa/audioconvert/'.format(get_option('libdir')))
install_dir : join_paths(spa_plugindir, 'audioconvert'))
test_lib = static_library('test_lib',
['test-source.c' ],