2021-05-21 19:45:36 +03:00
|
|
|
# disabled temporarily
|
|
|
|
|
if false
|
2020-05-11 11:39:21 +03:00
|
|
|
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],
|
|
|
|
|
)
|
2021-05-21 19:45:36 +03:00
|
|
|
endif
|
2021-04-20 04:08:58 -04:00
|
|
|
|
2021-05-06 11:52:01 +03:00
|
|
|
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,
|
2021-05-06 13:00:55 +03:00
|
|
|
dependencies : [wpipc_dep, threads_dep],
|
2021-05-06 11:52:01 +03:00
|
|
|
)
|
|
|
|
|
endif
|