From 432f24ef9af3c0e6e0c769dc2a751023138f7bae Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 21 Feb 2022 10:28:11 +0100 Subject: [PATCH] weston-init: replace deprecated/disabled fbdev with drm backend drm will default to opengl rendering by default; if this is problematic, --use-pixman option may help, apply only where it's proven necessary. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 8 +------- 1 file changed, 1 insertion(+), 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 ??= "" PACKAGECONFIG[no-idle-timeout] = ",," DEFAULTBACKEND ??= "" -DEFAULTBACKEND:qemuall ?= "fbdev" -DEFAULTBACKEND:qemuarm64 = "drm" -DEFAULTBACKEND:qemux86 = "drm" -DEFAULTBACKEND:qemux86-64 = "drm" -# gallium swrast was found to crash weston on startup in x32 qemu -DEFAULTBACKEND:qemux86-64:x86-x32 = "fbdev" -DEFAULTBACKEND:x86-x32 = "fbdev" +DEFAULTBACKEND:qemuall ?= "drm" do_install() { if [ "${VIRTUAL-RUNTIME_init_manager}" != "systemd" ]; then -- 2.40.1