mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-14 06:59:57 -05:00
remove spalib
This commit is contained in:
parent
d3b9a52ec4
commit
9d36b85dd6
49 changed files with 566 additions and 1162 deletions
|
|
@ -1,11 +1,9 @@
|
|||
executable('spa-inspect', 'spa-inspect.c',
|
||||
include_directories : [spa_inc, spa_libinc],
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [dl_lib],
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
|
||||
executable('spa-monitor', 'spa-monitor.c',
|
||||
include_directories : [spa_inc, spa_libinc],
|
||||
include_directories : [spa_inc],
|
||||
dependencies : [dl_lib],
|
||||
link_with : spalib,
|
||||
install : true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue