evas - loader - rsvg generic - install svg symlink

svg loading broke as we didnt have the right symlink installed after a
binary file name change. this fixes that.
This commit is contained in:
Carsten Haitzler 2019-08-18 09:57:42 +01:00
parent 49602f7426
commit b2ab0a7788
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ if rsvg.version() >= '2.36.0'
endif
generic_deps = [rsvg]
generic_support = ['svgz', 'svg.gz']
generic_support = ['svg', 'svgz', 'svg.gz']