mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: install in versioned directory
So that we can run old and new plugins side by side.
This commit is contained in:
parent
82e099ed37
commit
65caf8832c
16 changed files with 19 additions and 19 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue