projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e71efe
)
meson: use dep_thread instead of dependency('threads') in freedreno
author
Dylan Baker
<dylan@pnwbakers.com>
Wed, 29 Nov 2017 00:49:02 +0000
(16:49 -0800)
committer
Dylan Baker
<dylan@pnwbakers.com>
Fri, 1 Dec 2017 23:31:43 +0000
(15:31 -0800)
They are the same thing, but this is more consistent with the rest of
the project.
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/gallium/drivers/freedreno/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/freedreno/meson.build
b/src/gallium/drivers/freedreno/meson.build
index 8dd2cc2e8fecc5c6d63e74cc6b54b253bdf23531..909e16b9ed85889b3ed6b3632336ac0afb664df2 100644
(file)
--- a/
src/gallium/drivers/freedreno/meson.build
+++ b/
src/gallium/drivers/freedreno/meson.build
@@
-217,7
+217,7
@@
ir3_compiler = executable(
dependencies : [
dep_libdrm,
dep_libdrm_freedreno,
- dep
endency('threads')
,
+ dep
_thread
,
dep_lmsensors,
],
link_with : [