From b76eaf187a313c99fe008b069b8123b299752589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 1 Dec 2020 13:59:19 +0100 Subject: Dynamically load libsensors at runtime --- Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index b01ce23f..dab531f7 100644 --- a/Settings.h +++ b/Settings.h @@ -38,7 +38,7 @@ typedef struct Settings_ { bool detailedCPUTime; bool showCPUUsage; bool showCPUFrequency; - #ifdef HAVE_LIBSENSORS + #ifdef HAVE_SENSORS_SENSORS_H bool showCPUTemperature; bool degreeFahrenheit; #endif -- cgit v1.2.3