setup-ubuntu.sh: Install librsvg2-dev

This commit is contained in:
Tee KOBAYASHI 2022-10-27 05:16:05 +09:00
parent ea5ea49ce2
commit ec56dad97c
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ PACKAGES+=" libelf-dev"
PACKAGES+=" libexpat1-dev"
PACKAGES+=" libjpeg-dev"
# Needed by package gimp3.
PACKAGES+=" librsvg2-dev"
# Needed by package news-flash-gtk.
PACKAGES+=" libsqlite3-dev"