Add NanoSVG setup options

An option to enable or disable using NanoSVG for rasterizing SVG files.
And an option to indicate an external NanoSVG library is used.
This commit is contained in:
Maarten Bent 2022-05-05 21:58:10 +02:00
parent c8bfd53d13
commit 931370f0ad
9 changed files with 57 additions and 0 deletions

View file

@ -609,6 +609,10 @@
#define wxUSE_LIBTIFF 0
#define wxUSE_NANOSVG 0
#define wxUSE_NANOSVG_EXTERNAL 0
#define wxUSE_TGA 0
#define wxUSE_GIF 0