From 03976b02b3c5728e8cacee196a06f7c720e4d352 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 11 Aug 2023 11:50:39 +0900 Subject: [PATCH] infra/build: enable the lottie feature by default. Lottie animation is a powerful feature in vector ux, We can make this one of mandatory guidelines. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',