Files
wireplumber/tests/examples/meson.build
George Kiagiadakis 8949e98d1f remove wpipc
This component has been split out to form a separate project,
moved to https://git.automotivelinux.org/src/pipewire-ic-ipc/
2021-08-19 16:53:28 +03:00

14 lines
280 B
Meson

# disabled temporarily
if false
executable('audiotestsrc-play',
'audiotestsrc-play.c',
c_args : [
'-D_GNU_SOURCE',
'-DG_LOG_USE_STRUCTURED',
'-DG_LOG_DOMAIN="audiotestsrc-play"',
],
install: false,
dependencies : [giounix_dep, wp_dep, pipewire_dep],
)
endif