meson: use dep_thread instead of dependency('threads') in freedreno
authorDylan Baker <dylan@pnwbakers.com>
Wed, 29 Nov 2017 00:49:02 +0000 (16:49 -0800)
committerDylan 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

index 8dd2cc2e8fecc5c6d63e74cc6b54b253bdf23531..909e16b9ed85889b3ed6b3632336ac0afb664df2 100644 (file)
@@ -217,7 +217,7 @@ ir3_compiler = executable(
   dependencies : [
     dep_libdrm,
     dep_libdrm_freedreno,
-    dependency('threads'),
+    dep_thread,
     dep_lmsensors,
   ],
   link_with : [