mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-02 14:11:19 +02:00
add librsvg for SVG image
This commit is contained in:
@ -5,6 +5,7 @@ do_install:append () {
|
||||
# QT related setting
|
||||
export GDK_BACKEND=wayland
|
||||
export XDG_RUNTIME_DIR=/home/$USER/.xdg
|
||||
export XDG_CONFIG_HOME=/etc/xdg/
|
||||
export PATH=$PATH:/home/$USER/bin
|
||||
if [ ! -e "$XDG_RUNTIME_DIR" ]; then
|
||||
mkdir -p "$XDG_RUNTIME_DIR"
|
||||
|
Reference in New Issue
Block a user