pipewire/spa/plugins/videotestsrc/meson.build
Wim Taymans ac24743b2e the epoll shim should only be used by the system library.
All other places should use the system library to get the right
fds.
2019-11-19 15:16:18 +01:00

8 lines
444 B
Meson

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