1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-08-01 21:50:55 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
e3f556fbb4 fix: add hicolor-icon-theme 2023-07-24 14:05:29 +02:00
425547465b fix: weston fail to start 2023-07-24 11:55:00 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +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 XDG_RUNTIME_DIR=/run/user/1000
# export QT_QPA_EGLFS_ROTATION=90
EOF
}

View File

@ -48,6 +48,7 @@ IMAGE_INSTALL:append = "libcurl \
rsync \
coreutils \
wayland weston \
hicolor-icon-theme \
qtbase \
qtdeclarative \
qtquickcontrols2 \