Merge branch 'master' of ssh://git.iohub.dev:2222/dany/meta-diya
This commit is contained in:
@ -22,3 +22,11 @@ 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
|
||||
}
|
Reference in New Issue
Block a user