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