aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r300/meson.build')
-rw-r--r--src/gallium/drivers/r300/meson.build4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/r300/meson.build b/src/gallium/drivers/r300/meson.build
index 698e4608ded..d181048c51d 100644
--- a/src/gallium/drivers/r300/meson.build
+++ b/src/gallium/drivers/r300/meson.build
@@ -157,9 +157,7 @@ if with_tests
include_directories('compiler'),
],
link_with : [libr300, libgallium, libmesa_util],
- dependencies : [
- dep_m, dep_clock, dep_dl, dep_thread, dep_unwind, dep_lmsensors,
- ],
+ dependencies : [dep_m, dep_clock, dep_dl, dep_thread, dep_unwind],
)
)
endif