]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa: add lmsensors PACKAGECONFIG
authorAlexander Kanavin <alex.kanavin@gmail.com>
Mon, 10 May 2021 13:01:08 +0000 (15:01 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 May 2021 22:05:17 +0000 (23:05 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc

index a85f94c75ea212c4ddf77b4e0d3263d47cf9857d..4cec1034e4474a23e9ef97ec72eda25d81070235 100644 (file)
@@ -167,6 +167,8 @@ PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false"
 
 PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind"
 
+PACKAGECONFIG[lmsensors] = "-Dlmsensors=enabled,-Dlmsensors=disabled,lmsensors"
+
 # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2)
 FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer"