]> O.S.I.I.S - jp/vkvg.git/commitdiff
Update README.md
authorj-p <jp_bruyere@hotmail.com>
Sat, 22 Jan 2022 20:18:49 +0000 (21:18 +0100)
committerGitHub <noreply@github.com>
Sat, 22 Jan 2022 20:18:49 +0000 (21:18 +0100)
README.md

index bb13aead55dc76a95869b73691f0272f29ecc549..c0810d105cc52bfe93c33c7b0b7339b575fbb12e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ cmake ..
 ##### Core library options:
 
 * `-DVKVG_USE_GLUTESS=true`: Use embedded glu tesselator to fill polygones in NON-ZERO mode. If false, a simple ear clipping algorithm is used.
-* `-DVKVG_VKVG=true`: Enable experimental svg renderer. If false, use nanoSVG.
+* `-DVKVG_SVG=true`: Enable experimental svg renderer. If false, use nanoSVG.
 * `-DVKVG_RECORDING=true`: Enable experimental draw commands recording infrastructure.
 * `-DVKVG_BUILD_DOCS=true`: Build documentation if doxygen is found.