projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
072207b
)
meson: gtest needs pthreads
author
Dylan Baker
<dylan@pnwbakers.com>
Mon, 21 Oct 2019 19:51:13 +0000
(12:51 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Thu, 7 Nov 2019 14:11:19 +0000
(06:11 -0800)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gtest/meson.build
patch
|
blob
|
history
diff --git
a/src/gtest/meson.build
b/src/gtest/meson.build
index 23c21423d008d71fc8f9fdc9fcead37eea886626..116fd6b10de06e44f0eeea529cbd1bfdf39dcc1a 100644
(file)
--- a/
src/gtest/meson.build
+++ b/
src/gtest/meson.build
@@
-29,4
+29,5
@@
libgtest = static_library(
idep_gtest = declare_dependency(
link_with : libgtest,
include_directories : include_directories('include', is_system : true),
+ dependencies : [dep_thread],
)