freedreno: add debug trace for flush
[mesa.git] / src / gallium / auxiliary / meson.build
index acef71bb3a88f59635cb1206ea75ac80e1c6a90b..6f1542d7adec44c03e69a9dbcc84d655dde9ba42 100644 (file)
@@ -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,