diff options
author | Dylan Baker <[email protected]> | 2017-11-28 16:42:37 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-01 15:31:43 -0800 |
commit | 5e71efef44b992b5d70bbc1872ff230ae211141d (patch) | |
tree | 445d66212ce1bbc841391a78b1cb49d1d5c148a5 /src/gallium/targets | |
parent | 7309207432e64678ccde2862040861146e3515d4 (diff) |
meson: Add lmsensors support
v2: - Make -Dlmsensors=false work
- Simplify auto and true cases
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r-- | src/gallium/targets/dri/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/meson.build b/src/gallium/targets/dri/meson.build index 323b337266f..c23b47216ea 100644 --- a/src/gallium/targets/dri/meson.build +++ b/src/gallium/targets/dri/meson.build @@ -163,7 +163,7 @@ libgallium_dri = shared_library( ], dependencies : [ gallium_dri_depends, dep_selinux, dep_expat, dep_libdrm, dep_llvm, - dep_thread, + dep_thread, dep_lmsensors, ], ) |