Skip to content

Commit

Permalink
added librsvg2-bin to dependencies
Browse files Browse the repository at this point in the history
Some users reported problems in generating images and got solved after installing this lib.
  • Loading branch information
meleu committed Mar 10, 2017
1 parent c6738ed commit bf8f369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scriptmodules/supplementary/launchingimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rp_module_section="exp"
rp_module_flags="noinstclean"

function depends_launchingimages() {
local depends=(imagemagick)
local depends=(imagemagick librsvg2-bin)
if isPlatform "x11"; then
depends+=(feh)
else
Expand Down

0 comments on commit bf8f369

Please sign in to comment.