pipewire/spa/plugins/videotestsrc/meson.build

10 lines
505 B
Meson
Raw Normal View History

2016-09-09 15:15:49 +02:00
videotestsrc_sources = ['videotestsrc.c', 'plugin.c']
videotestsrclib = shared_library('spa-videotestsrc',
videotestsrc_sources,
include_directories : [ spa_inc, spa_libinc],
2016-09-09 15:15:49 +02:00
dependencies : threads_dep,
link_with : spalib,
2016-09-26 12:15:52 +02:00
install : true,
install_dir : '@0@/spa/videotestsrc'.format(get_option('libdir')))