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

@ -4,4 +4,4 @@ volumelib = shared_library('spa-volume',
volume_sources,
include_directories : [spa_inc],
install : true,
install_dir : '@0@/spa/volume'.format(get_option('libdir')))
install_dir : join_paths(spa_plugindir, 'volume'))