diff options
Diffstat (limited to 'src/intel/common')
-rw-r--r-- | src/intel/common/meson.build | 2 |
1 files changed, 1 insertions, 1 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 |