summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/targets/libgl-xlib/meson.build4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/targets/libgl-xlib/meson.build b/src/gallium/targets/libgl-xlib/meson.build
index c7587d30d80..c413a25bd66 100644
--- a/src/gallium/targets/libgl-xlib/meson.build
+++ b/src/gallium/targets/libgl-xlib/meson.build
@@ -54,7 +54,9 @@ libgl = shared_library(
libxlib, libws_xlib, libtrace, librbug, libglapi_static,
libgallium, libmesa_util, libmesa_gallium, gallium_xlib_link_with,
],
- dependencies : [dep_thread, dep_clock, dep_unwind, driver_swrast],
+ dependencies : [
+ dep_thread, dep_clock, dep_unwind, dep_lmsensors, driver_swrast,
+ ],
install : true,
version : '1.5.0',
)