mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
parent
1cd4655883
commit
80b59a4971
2 changed files with 129 additions and 1 deletions
|
|
@ -34,13 +34,18 @@ executable('spa-acp-tool',
|
|||
install : true,
|
||||
)
|
||||
|
||||
|
||||
executable('test-timer',
|
||||
[ 'test-timer.c' ],
|
||||
dependencies : [ spa_dep, alsa_dep, mathlib, epoll_shim_dep ],
|
||||
install : false,
|
||||
)
|
||||
|
||||
executable('test-hw-params',
|
||||
[ 'test-hw-params.c' ],
|
||||
dependencies : [ spa_dep, alsa_dep, mathlib ],
|
||||
install : false,
|
||||
)
|
||||
|
||||
if libudev_dep.found()
|
||||
install_data(alsa_udevrules,
|
||||
install_dir : udevrulesdir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue