1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-07-06 00:59:47 +02:00

fix: disable QT envars

This commit is contained in:
DanyLE 2023-07-24 11:34:47 +02:00
parent 6fbcd74269
commit 7f4d9c82da

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
}