From 178811d8f6a2a449069830b38d3feae0d34f962a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Tue, 23 Jul 2019 11:25:53 +0100 Subject: meson: drop unused dep_{thread,dl} Unused as of last commit. Signed-off-by: Eric Engestrom Acked-by: Eric Anholt Tested-by: Vinson Lee --- src/intel/common/meson.build | 2 +- src/intel/compiler/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/intel') diff --git a/src/intel/common/meson.build b/src/intel/common/meson.build index 3d6a6de3853..37c9edcc3e1 100644 --- a/src/intel/common/meson.build +++ b/src/intel/common/meson.build @@ -59,7 +59,7 @@ if install_intel_gpu_tests ], include_directories : [inc_common, inc_intel], link_with : [libintel_dev], - dependencies : [dep_libdrm, dep_thread, idep_gtest, idep_genxml, idep_mesautil], + dependencies : [dep_libdrm, idep_gtest, idep_genxml, idep_mesautil], install : install_intel_gpu_tests, ) endforeach diff --git a/src/intel/compiler/meson.build b/src/intel/compiler/meson.build index 51bad505016..798163ecd2d 100644 --- a/src/intel/compiler/meson.build +++ b/src/intel/compiler/meson.build @@ -157,7 +157,7 @@ if with_tests link_with : [ libintel_compiler, libintel_common, libintel_dev, libisl, ], - dependencies : [dep_thread, dep_dl, idep_gtest, idep_nir, idep_mesautil], + dependencies : [idep_gtest, idep_nir, idep_mesautil], ), suite : ['intel'], ) -- cgit v1.2.3