mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -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
|
|
@ -5,4 +5,4 @@ audiotestsrclib = shared_library('spa-audiotestsrc',
|
|||
include_directories : [spa_inc],
|
||||
dependencies : [mathlib, ],
|
||||
install : true,
|
||||
install_dir : '@0@/spa/audiotestsrc'.format(get_option('libdir')))
|
||||
install_dir : join_paths(spa_plugindir, 'audiotestsrc'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue