summaryrefslogtreecommitdiffstats
path: root/src/gbm/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-12-07 14:47:46 +0000
committerEric Engestrom <[email protected]>2017-12-07 17:29:42 +0000
commit4cba39331d206f3d6ab2d3c8869ecc289116a862 (patch)
tree892d34c7ad547cdf9ba6f6f63c6cccf9ecef64a4 /src/gbm/meson.build
parentf0337f0f701fc904d7c32556b8621438b2a45b3f (diff)
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 <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/gbm/meson.build')
-rw-r--r--src/gbm/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gbm/meson.build b/src/gbm/meson.build
index 4b550e06f27..6e512996add 100644
--- a/src/gbm/meson.build
+++ b/src/gbm/meson.build
@@ -54,7 +54,7 @@ libgbm = shared_library(
c_args : [c_vis_args, args_gbm],
link_args : [ld_args_gc_sections],
link_with : [libloader, libmesa_util, libxmlconfig],
- dependencies : [deps_gbm, dep_dl],
+ dependencies : [deps_gbm, dep_dl, dep_thread],
version : '1.0.0',
install : true,
)