Add preliminary support for resvg

It claims better SVG support, but it sucks for a plethora of reasons.
This commit is contained in:
2022-01-21 09:04:01 +01:00
parent 45238d78cd
commit 4ba1d85363
3 changed files with 116 additions and 8 deletions

View File

@@ -4,6 +4,8 @@ option('libjpegqs', type : 'feature', value : 'auto',
description : 'Build with JPEG Quant Smooth integration')
option('libraw', type : 'feature', value : 'auto',
description : 'Build with raw photo support, requires LibRaw')
option('resvg', type : 'feature', value : 'disabled',
description : 'Build with SVG support via resvg (pre-1.0 unstable API)')
option('librsvg', type : 'feature', value : 'auto',
description : 'Build with SVG support, requires librsvg')
option('xcursor', type : 'feature', value : 'auto',