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
|
|
@ -8,4 +8,4 @@ v4l2lib = shared_library('spa-v4l2',
|
|||
include_directories : [ spa_inc ],
|
||||
dependencies : [ libudev_dep, ],
|
||||
install : true,
|
||||
install_dir : '@0@/spa/v4l2'.format(get_option('libdir')))
|
||||
install_dir : join_paths(spa_plugindir, 'v4l2'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue