projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cba393
)
meson: Add lmsensors to gallium libgl-xlib target.
author
Dylan Baker
<dylan@pnwbakers.com>
Mon, 4 Dec 2017 22:03:25 +0000
(14:03 -0800)
committer
Dylan Baker
<dylan@pnwbakers.com>
Thu, 7 Dec 2017 18:20:58 +0000
(10:20 -0800)
Fixes: 5e71efef44b992b5d70b ("meson: Add lmsensors support")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/gallium/targets/libgl-xlib/meson.build
patch
|
blob
|
history
diff --git
a/src/gallium/targets/libgl-xlib/meson.build
b/src/gallium/targets/libgl-xlib/meson.build
index c7587d30d8016c2192cf21b55b6d3be737f71fb9..c413a25bd664d6342c111e54119f5c02f3aea33c 100644
(file)
--- 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',
)