From 9001c93b7ff01bbacc33786f54f9beed92fccf49 Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Sat, 7 Mar 2020 12:23:09 +0100 Subject: [PATCH] tests/amdgpu: needs atomic_ops Signed-off-by: Peter Seiderer Acked-by: Alex Deucher alexander.deucher@amd.com Reviewed-by: Emil Velikov --- tests/amdgpu/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/amdgpu/meson.build b/tests/amdgpu/meson.build index 1726cb43..4dfa5c83 100644 --- a/tests/amdgpu/meson.build +++ b/tests/amdgpu/meson.build @@ -26,7 +26,7 @@ if dep_cunit.found() 'vce_tests.c', 'uvd_enc_tests.c', 'vcn_tests.c', 'deadlock_tests.c', 'vm_tests.c', 'ras_tests.c', 'syncobj_tests.c', ), - dependencies : [dep_cunit, dep_threads], + dependencies : [dep_cunit, dep_threads, dep_atomic_ops], include_directories : [inc_root, inc_drm, include_directories('../../amdgpu')], link_with : [libdrm, libdrm_amdgpu], install : with_install_tests,