From fd2a0cf4219ac6b000e3ef46e1958edd2ff41a67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 22 Dec 2020 20:02:01 +0100 Subject: FreeBSD: add support for CPU frequency and temperature --- Settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Settings.h') diff --git a/Settings.h b/Settings.h index fdaf3e37..00bcfd50 100644 --- a/Settings.h +++ b/Settings.h @@ -41,7 +41,7 @@ typedef struct Settings_ { bool detailedCPUTime; bool showCPUUsage; bool showCPUFrequency; - #ifdef HAVE_SENSORS_SENSORS_H + #ifdef BUILD_WITH_CPU_TEMP bool showCPUTemperature; bool degreeFahrenheit; #endif -- cgit v1.2.3