mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-02 22:20:41 +02:00
Compare commits
2 Commits
b2b277e2a3
...
e3f556fbb4
Author | SHA1 | Date | |
---|---|---|---|
e3f556fbb4 | |||
425547465b |
@ -4,7 +4,7 @@ do_install:append () {
|
|||||||
cat << EOF >> "${D}${sysconfdir}/profile"
|
cat << EOF >> "${D}${sysconfdir}/profile"
|
||||||
# QT related setting
|
# QT related setting
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
export QT_QPA_PLATFORM=wayland-egl
|
||||||
export XDG_RUNTIME_DIR=/run/user/1000
|
# export XDG_RUNTIME_DIR=/run/user/1000
|
||||||
# export QT_QPA_EGLFS_ROTATION=90
|
# export QT_QPA_EGLFS_ROTATION=90
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
@ -48,6 +48,7 @@ IMAGE_INSTALL:append = "libcurl \
|
|||||||
rsync \
|
rsync \
|
||||||
coreutils \
|
coreutils \
|
||||||
wayland weston \
|
wayland weston \
|
||||||
|
hicolor-icon-theme \
|
||||||
qtbase \
|
qtbase \
|
||||||
qtdeclarative \
|
qtdeclarative \
|
||||||
qtquickcontrols2 \
|
qtquickcontrols2 \
|
||||||
|
Reference in New Issue
Block a user