diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/wayland/weston-init.bb | 8 |
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 ??= "" | |||
19 | PACKAGECONFIG[no-idle-timeout] = ",," | 19 | PACKAGECONFIG[no-idle-timeout] = ",," |
20 | 20 | ||
21 | DEFAULTBACKEND ??= "" | 21 | DEFAULTBACKEND ??= "" |
22 | DEFAULTBACKEND:qemuall ?= "fbdev" | 22 | DEFAULTBACKEND:qemuall ?= "drm" |
23 | DEFAULTBACKEND:qemuarm64 = "drm" | ||
24 | DEFAULTBACKEND:qemux86 = "drm" | ||
25 | DEFAULTBACKEND:qemux86-64 = "drm" | ||
26 | # gallium swrast was found to crash weston on startup in x32 qemu | ||
27 | DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev" | ||
28 | DEFAULTBACKEND:x86-x32 = "fbdev" | ||
29 | 23 | ||
30 | do_install() { | 24 | do_install() { |
31 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then | 25 | if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then |