[Mesa-dev] [PATCH 3/3] meson: use dep_thread instead of dependency('threads') in freedreno
Dylan Baker
dylan at pnwbakers.com
Wed Nov 29 00:56:39 UTC 2017
They are the same thing, but this is more consistent with the rest of
the project.
Signed-off-by: Dylan Baker <dylanx.c.baker at 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
More information about the mesa-dev
mailing list