mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-25 06:59:57 -05:00
12 lines
346 B
Meson
12 lines
346 B
Meson
conf_files = [
|
|
'20-upmix.conf',
|
|
]
|
|
|
|
foreach c : conf_files
|
|
res = configure_file(input : '@0@.in'.format(c),
|
|
output : c,
|
|
configuration : conf_config,
|
|
install_dir : pipewire_confdatadir / 'pipewire-pulse.conf.avail')
|
|
test(f'validate-json-pulse-@c@', spa_json_dump_exe, args : res)
|
|
endforeach
|
|
|