summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston-init.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston-init.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index 4b2a6ca983..0cc32985c1 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -24,6 +24,9 @@ DEFAULTBACKEND_qemuall ?= "fbdev"
24DEFAULTBACKEND_qemuarm64 = "drm" 24DEFAULTBACKEND_qemuarm64 = "drm"
25DEFAULTBACKEND_qemux86 = "drm" 25DEFAULTBACKEND_qemux86 = "drm"
26DEFAULTBACKEND_qemux86-64 = "drm" 26DEFAULTBACKEND_qemux86-64 = "drm"
27# gallium swrast was found to crash weston on startup in x32 qemu
28DEFAULTBACKEND_qemux86-64_x86-x32 = "fbdev"
29DEFAULTBACKEND_x86-x32 = "fbdev"
27 30
28do_install() { 31do_install() {
29 if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then 32 if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then