mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: spa/plugins: use pthread_lib instead of threads_dep
no need to refer to the same dependency with 2 different names in the same codebase
This commit is contained in:
parent
24eeea62e7
commit
d08ec09dde
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ spa_support_lib = shared_library('spa-support',
|
|||
spa_support_sources,
|
||||
c_args : [ '-D_GNU_SOURCE' ],
|
||||
include_directories : [ spa_inc],
|
||||
dependencies : threads_dep,
|
||||
dependencies : pthread_lib,
|
||||
install : true,
|
||||
install_dir : '@0@/spa/support'.format(get_option('libdir')))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue