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:
Peter Hutterer 2021-10-13 10:06:18 +10:00 committed by George Kiagiadakis
parent fbb66cc290
commit e308fd56a0

View file

@ -14,7 +14,7 @@ install_subdir('scripts',
subdir('systemd')
subdir('tools')
executable('wireplumber',
wireplumber = executable('wireplumber',
wp_sources,
c_args : [
'-D_GNU_SOURCE',