From a0a764cde5a0f469a1d3f04babb84268c26cf70c Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 12 Dec 2017 12:25:34 -0800 Subject: meson: move libsensors dependency to libgallium This simplifies the build by removing the need to link targets against libsensors. Suggested-by: Emil Velikov Signed-off-by: Dylan Baker Acked-by: Eric Engestrom --- src/gallium/auxiliary/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/auxiliary') diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build index acef71bb3a8..6f1542d7ade 100644 --- a/src/gallium/auxiliary/meson.build +++ b/src/gallium/auxiliary/meson.build @@ -497,7 +497,7 @@ libgallium = static_library( c_args : [c_vis_args, c_msvc_compat_args], cpp_args : [cpp_vis_args, cpp_msvc_compat_args], dependencies : [ - dep_libdrm, dep_llvm, dep_unwind, dep_dl, dep_m, dep_thread, + dep_libdrm, dep_llvm, dep_unwind, dep_dl, dep_m, dep_thread, dep_lmsensors, idep_nir_headers, ], build_by_default : false, -- cgit v1.2.3