weston-init: Use pixman on riscv64 qemu

Message ID 20220317173203.3443742-1-raj.khem@gmail.com
State Accepted, archived
Commit ed2c7c806f1a48c388282f5cbdc93f034ba2c93d
Headers show
Series weston-init: Use pixman on riscv64 qemu | expand

Commit Message

Khem Raj March 17, 2022, 5:32 p.m. UTC
Helps boot weston/wayland images

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-graphics/wayland/weston-init.bb | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index c34582137db..20698b1020d 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -15,6 +15,7 @@  SRC_URI = "file://init \
 S = "${WORKDIR}"
 
 PACKAGECONFIG ??= ""
+PACKAGECONFIG:append:qemuriscv64 = " use-pixman"
 
 PACKAGECONFIG[no-idle-timeout] = ",,"
 PACKAGECONFIG[use-pixman] = ",,"