pipewire/spa/plugins/videotestsrc/meson.build

9 lines
458 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,
2018-08-14 12:33:53 +02:00
include_directories : [ spa_inc],
dependencies : [pthread_lib, epoll_shim_dep],
2016-09-26 12:15:52 +02:00
install : true,
install_dir : '@0@/spa/videotestsrc'.format(get_option('libdir')))