mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-14 16:58:09 +02:00
meson: install wireplumber.conf
This commit is contained in:
parent
97c9da62ff
commit
0e01895db3
1 changed files with 4 additions and 0 deletions
|
|
@ -12,3 +12,7 @@ executable('wireplumber',
|
|||
install: true,
|
||||
dependencies : [gobject_dep, gio_dep, wp_dep],
|
||||
)
|
||||
|
||||
install_data('wireplumber.conf',
|
||||
install_dir: join_paths(get_option('sysconfdir'), 'wireplumber')
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue