meson: Add lmsensors to gallium libgl-xlib target.

Fixes: 5e71efef44 ("meson: Add lmsensors support")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Dylan Baker 2017-12-04 14:03:25 -08:00
parent 4cba39331d
commit 2adc3817c6
1 changed files with 3 additions and 1 deletions

View File

@ -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',
)