mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-20 03:48:22 +01:00
fix: disable QT envars
This commit is contained in:
parent
14e21ff92d
commit
6fbcd74269
@ -3,7 +3,7 @@ hostname = "diya"
|
|||||||
do_install:append () {
|
do_install:append () {
|
||||||
cat << EOF >> "${D}${sysconfdir}/profile"
|
cat << EOF >> "${D}${sysconfdir}/profile"
|
||||||
# QT related setting
|
# QT related setting
|
||||||
# export QT_QPA_PLATFORM=eglfs
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
# export QT_QPA_EGLFS_ROTATION=90
|
# export QT_QPA_EGLFS_ROTATION=90
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user