From 4ba1d85363a3b32d24b487cec68555853a3c6735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 21 Jan 2022 09:04:01 +0100 Subject: Add preliminary support for resvg It claims better SVG support, but it sucks for a plethora of reasons. --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') 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', -- cgit v1.2.3