diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-05-10 15:01:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-12 23:06:04 +0100 |
commit | d875ba64e9c66543bc47c2518f27651b67be8a7e (patch) | |
tree | e5d5f0b783e4a19f19248808045ba0f19ec0b45f /meta/recipes-graphics | |
parent | c4473061f76bd1d930caaf9a6122d7a7a91c3c89 (diff) | |
download | poky-d875ba64e9c66543bc47c2518f27651b67be8a7e.tar.gz |
mesa: add lmsensors PACKAGECONFIG
(From OE-Core rev: 1b470a5fe7c74938cac7c83cd104ca25182af6cc)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index a85f94c75e..4cec1034e4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -167,6 +167,8 @@ PACKAGECONFIG[osmesa] = "-Dosmesa=true,-Dosmesa=false" | |||
167 | 167 | ||
168 | PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" | 168 | PACKAGECONFIG[unwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" |
169 | 169 | ||
170 | PACKAGECONFIG[lmsensors] = "-Dlmsensors=enabled,-Dlmsensors=disabled,lmsensors" | ||
171 | |||
170 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) | 172 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) |
171 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" | 173 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" |
172 | 174 | ||