mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Dynamically load libsensors at runtime
This commit is contained in:

committed by
BenBE

parent
f7a8952933
commit
b76eaf187a
@ -48,7 +48,7 @@ typedef struct CPUData_ {
|
||||
|
||||
double frequency;
|
||||
|
||||
#ifdef HAVE_LIBSENSORS
|
||||
#ifdef HAVE_SENSORS_SENSORS_H
|
||||
double temperature;
|
||||
#endif
|
||||
} CPUData;
|
||||
|
Reference in New Issue
Block a user