From 9438dd05fe08d384cc70086a6a7fd386d0253cd0 Mon Sep 17 00:00:00 2001 From: dany Date: Tue, 29 Jul 2025 15:51:31 +0200 Subject: [PATCH] refactor: remove workaround for Qemu mouse problem as using qemu option virtio-gpu-gl resolves it --- recipes-core/base-files/base-files_%.bbappend | 8 -------- 1 file changed, 8 deletions(-) diff --git a/recipes-core/base-files/base-files_%.bbappend b/recipes-core/base-files/base-files_%.bbappend index 19735a8..27124db 100644 --- a/recipes-core/base-files/base-files_%.bbappend +++ b/recipes-core/base-files/base-files_%.bbappend @@ -21,12 +21,4 @@ EOF cat << EOF >> "${D}${sysconfdir}/profile" export MACHINE=${MACHINE} EOF -} - -# workaround for Qemu mouse problem: -# https://github.com/swaywm/sway/issues/6581 -do_install:append:qemux86-64 () { - cat << 'EOF' >> "${D}${sysconfdir}/profile" -export WLR_NO_HARDWARE_CURSORS=1 -EOF } \ No newline at end of file