pipewire/spa/plugins/videotestsrc/meson.build
2016-09-26 12:15:52 +02:00

9 lines
477 B
Meson

videotestsrc_sources = ['videotestsrc.c', 'plugin.c']
videotestsrclib = shared_library('spa-videotestsrc',
videotestsrc_sources,
include_directories : spa_inc,
dependencies : threads_dep,
link_with : spalib,
install : true,
install_dir : '@0@/spa'.format(get_option('libdir')))