1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-12-24 05:56:24 +01:00

remove qt support

This commit is contained in:
DanyLE
2023-07-26 15:02:10 +02:00
parent a07bff36fc
commit 1e68858b43
2 changed files with 1 additions and 9 deletions

View File

@@ -3,7 +3,7 @@ hostname = "diya"
do_install:append () {
cat << 'EOF' >> "${D}${sysconfdir}/profile"
# QT related setting
export QT_QPA_PLATFORM=wayland-egl
export GDK_BACKEND=wayland
export XDG_RUNTIME_DIR=/home/$USER/.xdg
export PATH=$PATH:/home/$USER/bin
if [ ! -e "$XDG_RUNTIME_DIR" ]; then