pipewire/spa/plugins/support/meson.build

9 lines
391 B
Meson
Raw Normal View History

2017-06-14 10:15:17 +02:00
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')))