mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
meson: Process and install files: default.pa, system.pa, daemon.conf, client.conf
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
parent
bf3fbd5a8a
commit
12f0e9232f
3 changed files with 78 additions and 1 deletions
|
|
@ -90,3 +90,15 @@ if glib_dep.found()
|
|||
install : true,
|
||||
)
|
||||
endif
|
||||
|
||||
# Configuration files
|
||||
|
||||
client_conf = configuration_data()
|
||||
client_conf.set('PA_BINARY', cdata.get_unquoted('PA_BINARY'))
|
||||
|
||||
client_conf_file = configure_file(
|
||||
input : 'client.conf.in',
|
||||
output : 'client.conf',
|
||||
configuration : client_conf,
|
||||
install_dir : pulsesysconfdir,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue