From: Dylan Baker Date: Wed, 29 Nov 2017 00:49:02 +0000 (-0800) Subject: meson: use dep_thread instead of dependency('threads') in freedreno X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f56e964e01fa1019730004e8953369511c1776fd;p=mesa.git 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 Reviewed-by: Eric Engestrom --- 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 : [