Add libRSVG to the list of optional dependencies (#2837)

Since commit 3295e9f33d, the imagebox tries to use libRSVG via
lgi.Rsvg to load SVG files without rasterising them immediately.
Instead, they are directly drawn at the expected size.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2019-07-28 23:23:44 +02:00 committed by Emmanuel Lepage Vallée
parent b475c23fd3
commit 6101ef5186
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ Additionally, the following optional dependencies exist:
- [GTK+ >= 3.10](https://www.gtk.org/) for `./themes/gtk/`
- [xcb-errors](https://gitlab.freedesktop.org/xorg/lib/libxcb-errors) for
pretty-printing of X11 errors
- [libRSVG](https://wiki.gnome.org/action/show/Projects/LibRsvg) for displaying
SVG files without scaling artifacts
## Running Awesome