1
0
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:
DanyLE
2023-07-27 14:42:12 +02:00
parent 4feda86a14
commit ae52626948
3 changed files with 44 additions and 2 deletions

View File

@ -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"