mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
make support plugin
This commit is contained in:
parent
1e71b24952
commit
9257e3b8f3
5 changed files with 262 additions and 2 deletions
8
spa/plugins/support/meson.build
Normal file
8
spa/plugins/support/meson.build
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
spa_support_sources = ['mapper.c', 'plugin.c']
|
||||
|
||||
spa_support_lib = shared_library('spa-support',
|
||||
spa_support_sources,
|
||||
include_directories : [ spa_inc, spa_libinc],
|
||||
dependencies : threads_dep,
|
||||
install : true,
|
||||
install_dir : '@0@/spa'.format(get_option('libdir')))
|
||||
Loading…
Add table
Add a link
Reference in a new issue