diff options
-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 | ||