mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
treewide: meson.build: use dependency variable for SPA
Use `spa_dep` everywhere instead of `spa_inc`, and remove `spa_inc` altogether.
This commit is contained in:
parent
0753e992b8
commit
2b110af366
27 changed files with 144 additions and 160 deletions
|
|
@ -23,8 +23,8 @@ foreach c : spa_examples
|
|||
executable(
|
||||
c,
|
||||
c + '.c',
|
||||
include_directories : [configinc, spa_inc],
|
||||
dependencies : [dl_lib, pthread_lib, mathlib] + deps,
|
||||
include_directories : [configinc],
|
||||
dependencies : [spa_dep, dl_lib, pthread_lib, mathlib] + deps,
|
||||
install : installed_tests_enabled,
|
||||
install_dir : installed_tests_execdir / 'examples' / 'spa'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue