1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
7f4d9c82da fix: disable QT envars 2023-07-24 11:34:47 +02:00

View File

@ -4,6 +4,7 @@ do_install:append () {
cat << EOF >> "${D}${sysconfdir}/profile"
# QT related setting
export QT_QPA_PLATFORM=wayland-egl
export XDG_RUNTIME_DIR=/run/user/1000
# export QT_QPA_EGLFS_ROTATION=90
EOF
}