diff options
author | Zoltan Boszormenyi <zboszor@pr.hu> | 2020-05-07 15:33:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-09 18:57:21 +0100 |
commit | 18b6533e3e8fe8879a831e21254f9f91045652c2 (patch) | |
tree | 6e36268c1a55e681f305399418a4dea82a0b39ff /meta/recipes-graphics/mesa | |
parent | 29a25abba298ef7de96e69a621600d81fd71b9f1 (diff) | |
download | poky-18b6533e3e8fe8879a831e21254f9f91045652c2.tar.gz |
mesa: Add PACKAGECONFIG knob to enable VAAPI
The previously added libva-initial recipe makes it possible and
trivial.
(From OE-Core rev: 1169238a4586852f807a63d9e70a8a556d84dac6)
Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r-- | meta/recipes-graphics/mesa/mesa.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index f59503bf14..7a889a5b11 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc | |||
@@ -142,6 +142,7 @@ PACKAGECONFIG[gallium] = "-Dgallium-drivers=${GALLIUMDRIVERS}, -Dgallium-drivers | |||
142 | PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, llvm${MESA_LLVM_RELEASE} llvm-native \ | 142 | PACKAGECONFIG[gallium-llvm] = "-Dllvm=true -Dshared-llvm=true, -Dllvm=false, llvm${MESA_LLVM_RELEASE} llvm-native \ |
143 | ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" | 143 | ${@'elfutils' if ${GALLIUMDRIVERS_LLVM33_ENABLED} else ''}" |
144 | PACKAGECONFIG[xa] = "-Dgallium-xa=true, -Dgallium-xa=false" | 144 | PACKAGECONFIG[xa] = "-Dgallium-xa=true, -Dgallium-xa=false" |
145 | PACKAGECONFIG[va] = "-Dgallium-va=true,-Dgallium-va=false,libva-initial" | ||
145 | 146 | ||
146 | PACKAGECONFIG[lima] = "" | 147 | PACKAGECONFIG[lima] = "" |
147 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}" | 148 | GALLIUMDRIVERS_append ="${@bb.utils.contains('PACKAGECONFIG', 'lima', ',lima', '', d)}" |