mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05: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
|
|
@ -12,11 +12,10 @@ sbc_dep = dependency('sbc', required : false)
|
|||
libudev_dep = dependency('libudev')
|
||||
threads_dep = dependency('threads')
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
dl_lib = cc.find_library('dl', required : true)
|
||||
pthread_lib = cc.find_library('pthread', required : true)
|
||||
libm = cc.find_library('m', required : true)
|
||||
#cc = meson.get_compiler('c')
|
||||
#dl_lib = cc.find_library('dl', required : false)
|
||||
#pthread_lib = dependencies('threads')
|
||||
#mathlib = cc.find_library('m', required : false)
|
||||
|
||||
spa_inc = include_directories('include')
|
||||
spa_libinc = include_directories('.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue