From: Khem Raj Date: Thu, 17 Mar 2022 17:32:03 +0000 (-0700) Subject: weston-init: Use pixman on riscv64 qemu X-Git-Tag: yocto-4.0~235 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed2c7c806f1a48c388282f5cbdc93f034ba2c93d;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git weston-init: Use pixman on riscv64 qemu Helps boot weston/wayland images Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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] = ",,"