diff --git a/meson_options.txt b/meson_options.txt index 941274c7..1059e95d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,7 +7,7 @@ option('engines', option('loaders', type: 'array', choices: ['', 'tvg', 'svg', 'png', 'jpg', 'webp_beta', 'lottie', 'all'], - value: ['svg', 'tvg'], + value: ['svg', 'tvg', 'lottie'], description: 'Enable File Loaders in thorvg ("all" does not include "*_beta".)') option('savers',