pipewire/spa/tools/meson.build
Wim Taymans 3c029cba53 more hacking
Move plugin API to separate directory for now
Add ringbuffer and way to get ringbuffer from a port
2016-07-25 10:50:05 +02:00

4 lines
144 B
Meson

executable('spa-inspect', 'spa-inspect.c',
include_directories : inc,
dependencies : [dl_lib],
install : true)