summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/freedreno
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-28 16:49:02 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-12-01 15:31:43 -0800
commitf56e964e01fa1019730004e8953369511c1776fd (patch)
tree02e84a02c9f167749d06248c51945169823baa9b /src/gallium/drivers/freedreno
parent5e71efef44b992b5d70bbc1872ff230ae211141d (diff)
meson: use dep_thread instead of dependency('threads') in freedreno
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>
Diffstat (limited to 'src/gallium/drivers/freedreno')
-rw-r--r--src/gallium/drivers/freedreno/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/meson.build b/src/gallium/drivers/freedreno/meson.build
index 8dd2cc2e8fe..909e16b9ed8 100644
--- 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,
- dependency('threads'),
+ dep_thread,
dep_lmsensors,
],
link_with : [