build: Do not redefine dependency objects

Use the top-level ones.
This commit is contained in:
Emmanuele Bassi 2018-01-24 11:55:28 +00:00 committed by Wim Taymans
parent a52ba92378
commit f9ed917814
3 changed files with 8 additions and 9 deletions

View file

@ -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')))