aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2017-12-12 12:25:34 -0800
committerDylan Baker <[email protected]>2018-01-11 15:40:02 -0800
commita0a764cde5a0f469a1d3f04babb84268c26cf70c (patch)
tree8451ad1f958ded0686e3f1404e82863ec6068e00 /src/gallium/targets/dri
parent2083a14179eb04d22feebc5751a1a145828d07cf (diff)
meson: move libsensors dependency to libgallium
This simplifies the build by removing the need to link targets against libsensors. Suggested-by: Emil Velikov <[email protected]> Signed-off-by: Dylan Baker <[email protected]> Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/gallium/targets/dri')
-rw-r--r--src/gallium/targets/dri/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri/meson.build b/src/gallium/targets/dri/meson.build
index edf8d67fe39..30368c2152a 100644
--- a/src/gallium/targets/dri/meson.build
+++ b/src/gallium/targets/dri/meson.build
@@ -66,7 +66,7 @@ libgallium_dri = shared_library(
libpipe_loader_static, libws_null, libwsw, gallium_dri_link_with,
],
dependencies : [
- dep_selinux, dep_expat, dep_libdrm, dep_llvm, dep_lmsensors, dep_thread,
+ dep_selinux, dep_expat, dep_libdrm, dep_llvm, dep_thread,
driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
driver_pl111, driver_vc4, driver_vc5, driver_freedreno, driver_etnaviv,
driver_imx, driver_i915, driver_svga, driver_virgl, driver_swr,