summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-graphics/wayland/weston-init.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb
index e02da0c358..8e8c0454be 100644
--- a/meta/recipes-graphics/wayland/weston-init.bb
+++ b/meta/recipes-graphics/wayland/weston-init.bb
@@ -19,13 +19,7 @@ PACKAGECONFIG ??= ""
19PACKAGECONFIG[no-idle-timeout] = ",," 19PACKAGECONFIG[no-idle-timeout] = ",,"
20 20
21DEFAULTBACKEND ??= "" 21DEFAULTBACKEND ??= ""
22DEFAULTBACKEND:qemuall ?= "fbdev" 22DEFAULTBACKEND:qemuall ?= "drm"
23DEFAULTBACKEND:qemuarm64 = "drm"
24DEFAULTBACKEND:qemux86 = "drm"
25DEFAULTBACKEND:qemux86-64 = "drm"
26# gallium swrast was found to crash weston on startup in x32 qemu
27DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev"
28DEFAULTBACKEND:x86-x32 = "fbdev"
29 23
30do_install() { 24do_install() {
31 if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then 25 if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then