meson: add dep_thread to every lib that includes threads.h

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104141
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom
2017-12-07 14:47:46 +00:00
parent f0337f0f70
commit 4cba39331d
9 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -40,5 +40,5 @@ libintel_common = static_library(
files_libintel_common,
include_directories : [inc_common, inc_intel],
c_args : [c_vis_args, no_override_init_args],
dependencies : [dep_expat, dep_libdrm],
dependencies : [dep_expat, dep_libdrm, dep_thread],
)