mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 08:58:01 +02:00
meson: give the wireplumber binary a variable name
This allows it to be accessed from pipewire when WP is built as a subproject.
This commit is contained in:
parent
fbb66cc290
commit
e308fd56a0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ install_subdir('scripts',
|
|||
subdir('systemd')
|
||||
subdir('tools')
|
||||
|
||||
executable('wireplumber',
|
||||
wireplumber = executable('wireplumber',
|
||||
wp_sources,
|
||||
c_args : [
|
||||
'-D_GNU_SOURCE',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue