projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c94607
)
meson: Always link libgallium_dri.so against dep_thread.
author
Eric Anholt
<eric@anholt.net>
Wed, 8 Nov 2017 22:00:51 +0000
(14:00 -0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 9 Nov 2017 17:40:27 +0000
(09:40 -0800)
Somehow on my cross build the -pthread is getting lost. All the other
deps seem to work out fine.
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Timothy Arceri <tarceri@itsqueeze.com>
src/gallium/targets/dri/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/targets/dri/meson.build
b/src/gallium/targets/dri/meson.build
index 0ce088e1aca6c30c34fee17d69b074544fdc6493..c591b75d03794292309a33c563272c43db699488 100644
(file)
--- a/
src/gallium/targets/dri/meson.build
+++ b/
src/gallium/targets/dri/meson.build
@@
-134,6
+134,7
@@
libgallium_dri = shared_library(
],
dependencies : [
gallium_dri_depends, dep_selinux, dep_expat, dep_libdrm, dep_llvm,
+ dep_thread,
],
)