They are the same thing, but this is more consistent with the rest of
the project.

Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com>
---
 src/gallium/drivers/freedreno/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 : [
-- 
2.15.0

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to