aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2020-12-29 13:49:23 -0800
committerLeandro Pereira <leandro@hardinfo.org>2020-12-29 13:50:07 -0800
commitc289d3564d982690daa18debab1ff2dc9fc1cda3 (patch)
tree201ac6178eaec84b6ca6d76229278404d5eee2c1 /config.h.cmake
parentf6a4f52868c2404f3ad58ef04e513ffe5fa090c7 (diff)
Add libsensors support
Fixes #590
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index b1e75dfa..5316d9d6 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -33,4 +33,6 @@
#define ENABLE_BINRELOC 1
#define HAS_LINUX_WE 1
+#cmakedefine01 HAS_LIBSENSORS
+
#endif /* __CONFIG_H__ */