aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 69ff14e..677421b 100644
--- a/meson.build
+++ b/meson.build
@@ -169,7 +169,7 @@ summary(
'JPEG support': jpg.found(),
'JPEG XL support': jxl.found(),
'WebP support': webp.found(),
- 'SVG support': svg_lib,
+ 'SVG support': have_svg ? svg_lib : false,
},
bool_yn: true
)