
This component has been split out to form a separate project, moved to https://git.automotivelinux.org/src/pipewire-ic-ipc/
14 lines
280 B
Meson
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
|