diff options
Diffstat (limited to 'meta/recipes-graphics/mesa/mesa.inc')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index b4e9b84a64..6aba0cb127 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -51,6 +51,12 @@ PACKAGECONFIG[openvg] = "--enable-openvg, --disable-openvg" | |||
51 | GALLIUMDRIVERS = "swrast" | 51 | GALLIUMDRIVERS = "swrast" |
52 | PACKAGECONFIG[gallium] = "--enable-gallium --with-gallium-drivers=${GALLIUMDRIVERS}, --disable-gallium --without-gallium-drivers" | 52 | PACKAGECONFIG[gallium] = "--enable-gallium --with-gallium-drivers=${GALLIUMDRIVERS}, --disable-gallium --without-gallium-drivers" |
53 | 53 | ||
54 | export WANT_LLVM_RELEASE = "3.2" | ||
55 | PACKAGECONFIG[gallium-llvmpipe] = "--enable-gallium-llvm --enable-gallium-egl --enable-gallium-gbm --with-llvm-shared-libs --with-gallium-drivers=${GALLIUMDRIVERS}, --disable-gallium --without-gallium-drivers, llvm3.2" | ||
56 | |||
57 | # llvmpipe is slow if compiled with -fomit-frame-pointer (e.g. -O2) | ||
58 | FULL_OPTIMIZATION_append = " -fno-omit-frame-pointer" | ||
59 | |||
54 | # Multiple virtual/gl providers being built breaks staging | 60 | # Multiple virtual/gl providers being built breaks staging |
55 | EXCLUDE_FROM_WORLD = "1" | 61 | EXCLUDE_FROM_WORLD = "1" |
56 | 62 | ||