summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/compiler/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/intel/compiler/meson.build b/src/intel/compiler/meson.build
index e12fa22cf1b..41c2f6ef1db 100644
--- a/src/intel/compiler/meson.build
+++ b/src/intel/compiler/meson.build
@@ -146,9 +146,9 @@ if with_tests
[t, nir_opcodes_h, ir_expression_operation_h],
'test_@[email protected]'.format(t),
include_directories : [inc_common, inc_intel],
- link_with : [libgtest, libintel_compiler, libintel_common, libnir,
- libmesa_util, libisl],
- dependencies : [dep_thread, dep_dl],
+ link_with : [libintel_compiler, libintel_common, libnir, libmesa_util,
+ libisl],
+ dependencies : [dep_thread, dep_dl, idep_gtest],
)
test(t, _exe)
endforeach