summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-07-23 11:25:53 +0100
committerEric Engestrom <[email protected]>2019-08-03 00:08:37 +0000
commit178811d8f6a2a449069830b38d3feae0d34f962a (patch)
tree0aa2328d06cf2fecf30aa59f53ff71c2cb87adc3 /src/intel
parentd2d85b950d78c553b2694cda9ef0cc7bf9a0f737 (diff)
meson: drop unused dep_{thread,dl}
Unused as of last commit. Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Eric Anholt <[email protected]> Tested-by: Vinson Lee <[email protected]>
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'],
)