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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user