diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-06-13 01:20:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-14 12:44:36 +0100 |
commit | f6189cdd58bc15b7646bb0d6fcb4cd72acf769d3 (patch) | |
tree | 5db67207e35824d61932edd36d88a8ff7d2f46ee /meta/recipes-graphics/mesa/mesa.inc | |
parent | f7db60ed00469075fdbb2b827f092bb50cae091d (diff) | |
download | poky-f6189cdd58bc15b7646bb0d6fcb4cd72acf769d3.tar.gz |
mesa: introduce gallium-llvmpipe PACKAGECONFIG
(From OE-Core rev: d9f840725f3ea67fbd28d0903c99b729df5b1377)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 | ||