lib/meson.build: explicitly add thread_dep
For many setups (local, CI), things work fine without this, but apparently not for all users. So, add thread_dep explicitly. Fixes: #2266.
This commit is contained in:
@ -52,7 +52,7 @@ lib_mu=static_library(
|
||||
|
||||
lib_mu_dep = declare_dependency(
|
||||
link_with: lib_mu,
|
||||
dependencies: [ lib_mu_message_dep ],
|
||||
dependencies: [ lib_mu_message_dep, thread_dep ],
|
||||
include_directories:
|
||||
include_directories(['.', '..']))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user