mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
9 lines
391 B
Meson
9 lines
391 B
Meson
|
|
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')))
|