mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
build: Do not redefine dependency objects
Use the top-level ones.
This commit is contained in:
parent
a52ba92378
commit
f9ed917814
3 changed files with 8 additions and 9 deletions
|
|
@ -3,7 +3,7 @@ audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
|
|||
audiotestsrclib = shared_library('spa-audiotestsrc',
|
||||
audiotestsrc_sources,
|
||||
include_directories : [spa_inc, spa_libinc],
|
||||
dependencies : libm,
|
||||
dependencies : mathlib,
|
||||
link_with : spalib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa/audiotestsrc'.format(get_option('libdir')))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue