mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
build-sys: meson: Merge system_conf config data from default_conf
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/547>
This commit is contained in:
parent
1c1d0c7827
commit
d21d0d89a5
1 changed files with 1 additions and 3 deletions
|
|
@ -121,9 +121,7 @@ custom_target('default.pa',
|
|||
)
|
||||
|
||||
system_conf = configuration_data()
|
||||
system_conf.merge_from(cdata)
|
||||
system_conf.set('PA_BINARY', cdata.get_unquoted('PA_BINARY'))
|
||||
system_conf.set('PA_SOEXT', cdata.get_unquoted('PA_SOEXT'))
|
||||
system_conf.merge_from(default_conf)
|
||||
|
||||
system_template_file = configure_file(
|
||||
input : 'system.pa.in',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue