Mesa (master): meson: gtest needs pthreads

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 7 15:58:29 UTC 2019


Module: Mesa
Branch: master
Commit: d1767362aabc97857e633c20e4330deaf2b56eda
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1767362aabc97857e633c20e4330deaf2b56eda

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Mon Oct 21 12:51:13 2019 -0700

meson: gtest needs pthreads

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/gtest/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gtest/meson.build b/src/gtest/meson.build
index 23c21423d00..116fd6b10de 100644
--- 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],
 )




More information about the mesa-commit mailing list