pipewire/spa/plugins/videotestsrc/meson.build
2018-08-13 17:22:55 +02:00

8 lines
452 B
Meson

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