mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-26 07:00:13 -05:00
These drop-ins are not meant to be enabled by default, so let's move them to fontconfig style *.conf.avail/ subfolders from which they can be copied or symlinked to a location that will get merged into the corresponding configuration file. Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com>
11 lines
269 B
Meson
11 lines
269 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 / 'client-rt.conf.avail')
|
|
endforeach
|
|
|