1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-31 05:00:42 +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"

View File

@ -33,6 +33,7 @@ IMAGE_INSTALL:append = "libcurl \
glew \
freetype \
fontconfig \
librsvg \
gdk-pixbuf \
gtk-layer-shell \
mesa \