diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-17 22:20:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-20 00:02:22 +0000 |
commit | a3e92d3c053a561f65b670f4479429dd10ddd628 (patch) | |
tree | bec5dc190a145e267b71cdd2ab6659398ca713c0 | |
parent | 4ec467a3e33fa32c73641af578c10889a667a5f8 (diff) | |
download | poky-a3e92d3c053a561f65b670f4479429dd10ddd628.tar.gz |
weston-init: Use pixman rendering for qemuppc64
(From OE-Core rev: 2b9d8becad7abdd8c53c9f8b46082a0a445dcaf8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index 20698b1020..89fa1ac738 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb | |||
@@ -16,6 +16,7 @@ S = "${WORKDIR}" | |||
16 | 16 | ||
17 | PACKAGECONFIG ??= "" | 17 | PACKAGECONFIG ??= "" |
18 | PACKAGECONFIG:append:qemuriscv64 = " use-pixman" | 18 | PACKAGECONFIG:append:qemuriscv64 = " use-pixman" |
19 | PACKAGECONFIG:append:qemuppc64 = " use-pixman" | ||
19 | 20 | ||
20 | PACKAGECONFIG[no-idle-timeout] = ",," | 21 | PACKAGECONFIG[no-idle-timeout] = ",," |
21 | PACKAGECONFIG[use-pixman] = ",," | 22 | PACKAGECONFIG[use-pixman] = ",," |