summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-17 10:32:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-18 23:32:46 +0000
commit547cf5b8208723f1c80f1d69dbb9919e41c1b282 (patch)
treef772e392de00c666fd03aa813d8584ae08e1f8a6 /meta/recipes-graphics
parentd68b2090e95ff97538b03f49e2fca6612b6eb456 (diff)
downloadpoky-547cf5b8208723f1c80f1d69dbb9919e41c1b282.tar.gz
weston-init: Use pixman on riscv64 qemu
Helps boot weston/wayland images (From OE-Core rev: ed2c7c806f1a48c388282f5cbdc93f034ba2c93d) 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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb1
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 c34582137d..20698b1020 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 \
15S = "${WORKDIR}" 15S = "${WORKDIR}"
16 16
17PACKAGECONFIG ??= "" 17PACKAGECONFIG ??= ""
18PACKAGECONFIG:append:qemuriscv64 = " use-pixman"
18 19
19PACKAGECONFIG[no-idle-timeout] = ",," 20PACKAGECONFIG[no-idle-timeout] = ",,"
20PACKAGECONFIG[use-pixman] = ",," 21PACKAGECONFIG[use-pixman] = ",,"