X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fmain.c;h=ab5627a86268eb9014d0f76ec530c24eef708532;hb=632c94e114ac5a4e8e16ba248c147a0c83454b25;hp=65549fbebd2081ac3ab10b3a9d889421e2d288d4;hpb=15d844f17741d30f4f1bc3154c6d74c9a6c5a3b2;p=psensor.git diff --git a/src/main.c b/src/main.c index 65549fb..ab5627a 100644 --- a/src/main.c +++ b/src/main.c @@ -466,7 +466,9 @@ static struct psensor **create_sensors_list(const char *url, #ifdef HAVE_GTOP sensors = cpu_psensor_list_add(sensors, 600); #endif +#ifdef HAVE_LIBUDISKS2 udisks2_psensor_list_add(&sensors, 600); +#endif } associate_preferences(sensors);