diff options
| author | Přemysl Eric Janouch <p@janouch.name> | 2022-01-21 09:04:01 +0100 | 
|---|---|---|
| committer | Přemysl Eric Janouch <p@janouch.name> | 2022-01-21 09:14:19 +0100 | 
| commit | 4ba1d85363a3b32d24b487cec68555853a3c6735 (patch) | |
| tree | ba5e30a4dc772851acd13adb6c5af858ba3de7be /meson_options.txt | |
| parent | 45238d78cd9535b33bfbeeaaac4645af1bd93834 (diff) | |
| download | fiv-4ba1d85363a3b32d24b487cec68555853a3c6735.tar.gz fiv-4ba1d85363a3b32d24b487cec68555853a3c6735.tar.xz fiv-4ba1d85363a3b32d24b487cec68555853a3c6735.zip  | |
Add preliminary support for resvg
It claims better SVG support, but it sucks for a plethora of reasons.
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d59a568..fb44094 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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',  | 
