aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-01-21 09:04:01 +0100
committerPřemysl Eric Janouch <p@janouch.name>2022-01-21 09:14:19 +0100
commit4ba1d85363a3b32d24b487cec68555853a3c6735 (patch)
treeba5e30a4dc772851acd13adb6c5af858ba3de7be /meson_options.txt
parent45238d78cd9535b33bfbeeaaac4645af1bd93834 (diff)
downloadfiv-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.txt2
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',