summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/common/meson.build2
-rw-r--r--src/intel/compiler/meson.build2
2 files changed, 2 insertions, 2 deletions
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'],
)