pipewire/spa/tools/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

9 lines
305 B
Meson

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