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 10:36:07 +02:00
parent 58c96f6236
commit 14e21ff92d

View File

@ -3,7 +3,7 @@ hostname = "diya"
do_install:append () {
cat << EOF >> "${D}${sysconfdir}/profile"
# QT related setting
export QT_QPA_PLATFORM=eglfs
export QT_QPA_EGLFS_ROTATION=90
# export QT_QPA_PLATFORM=eglfs
# export QT_QPA_EGLFS_ROTATION=90
EOF
}