amd/common: add i1 special case to ac_build_{inclusive,exclusive}_scan
[mesa.git] / meson.build
index 34f29cf41060d223fe8b2e0d10afcea5a0aa55cb..5515f2605d553d5ea6279a3f68b6c31a3f5a40e6 100644 (file)
@@ -1395,7 +1395,7 @@ endif
 
 _sensors = get_option('lmsensors')
 if _sensors != 'false'
-  dep_lmsensors = cc.find_library('libsensors', required : _sensors == 'true')
+  dep_lmsensors = cc.find_library('sensors', required : _sensors == 'true')
   if dep_lmsensors.found()
     pre_args += '-DHAVE_LIBSENSORS=1'
   endif