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:
@ -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"
|
||||
|
@ -33,6 +33,7 @@ IMAGE_INSTALL:append = "libcurl \
|
||||
glew \
|
||||
freetype \
|
||||
fontconfig \
|
||||
librsvg \
|
||||
gdk-pixbuf \
|
||||
gtk-layer-shell \
|
||||
mesa \
|
||||
|
Reference in New Issue
Block a user