pipewire/src/daemon/client-rt.conf.avail/meson.build
Niklāvs Koļesņikovs 265f7dd09f src/daemon: move the optional drop-ins to conf.avail
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>
2023-03-27 07:19:27 +00:00

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