wireplumber/tests/examples/meson.build

24 lines
506 B
Meson
Raw Normal View History

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],
)
if wpipc_dep.found()
executable('wpipc-client',
'wpipc-client.c',
c_args : [
'-D_GNU_SOURCE',
'-DG_LOG_USE_STRUCTURED',
'-DG_LOG_DOMAIN="wpipc-client"',
],
install: false,
dependencies : [wpipc_dep, threads_dep],
)
endif