mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
alsa: add and install spa-acp-tool
This commit is contained in:
parent
28f60eaf6f
commit
c6358c4ed5
2 changed files with 825 additions and 0 deletions
|
|
@ -26,6 +26,15 @@ alsa_udevrules = [
|
|||
'90-pipewire-alsa.rules',
|
||||
]
|
||||
|
||||
executable('spa-acp-tool',
|
||||
[ 'acp-tool.c' ],
|
||||
c_args : acp_c_args,
|
||||
include_directories : [spa_inc ],
|
||||
dependencies : [ alsa_dep, mathlib ],
|
||||
link_with : [ acp_lib ],
|
||||
install : true,
|
||||
)
|
||||
|
||||
if libudev_dep.found()
|
||||
install_data(alsa_udevrules,
|
||||
install_dir : udevrulesdir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue