refactor: remove workaround for Qemu mouse problem as using qemu option virtio-gpu-gl resolves it

This commit is contained in:
2025-07-29 15:51:31 +02:00
parent 618e82e453
commit 9438dd05fe

View File

@ -22,11 +22,3 @@ 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
}