mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-01 07:15:39 -04:00
refactor: Remove test-alsa-path-select tool
Not run by meson test and requires specific ALSA hardware. Fix verification already completed manually.
This commit is contained in:
parent
9ad6219db3
commit
88f8eda1e9
2 changed files with 0 additions and 355 deletions
|
|
@ -20,12 +20,3 @@ acp_lib = static_library(
|
|||
dependencies : [ spa_dep, alsa_dep, mathlib, ]
|
||||
)
|
||||
acp_dep = declare_dependency(link_with: acp_lib)
|
||||
|
||||
executable('test-alsa-path-select',
|
||||
[ 'test-alsa-path-select.c' ],
|
||||
c_args : acp_c_args,
|
||||
include_directories : [configinc, includes_inc ],
|
||||
dependencies : [ spa_dep, alsa_dep, mathlib, ],
|
||||
link_with : [ acp_lib ],
|
||||
install : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue