mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-01-03 11:09:08 -05:00
fix build of test
This commit is contained in:
parent
d65012ff21
commit
93bd18ccc5
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ executable('test-ringbuffer', 'test-ringbuffer.c',
|
|||
link_with : spalib,
|
||||
install : false)
|
||||
executable('test-graph', 'test-graph.c',
|
||||
include_directories : [spa_inc ],
|
||||
include_directories : [spa_inc, spa_libinc ],
|
||||
dependencies : [dl_lib, pthread_lib],
|
||||
link_with : spalib,
|
||||
install : false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue