From 5d22b6fb9e5ce457e8b7b2a64f2c439ba675994c Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 19 Apr 2024 10:25:58 +0900 Subject: [PATCH] infra: enable ttf loader in default. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index a6506232..8549e6e8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,7 +7,7 @@ option('engines', option('loaders', type: 'array', choices: ['', 'tvg', 'svg', 'png', 'jpg', 'lottie', 'ttf', 'webp', 'all'], - value: ['svg', 'tvg', 'lottie'], + value: ['svg', 'tvg', 'lottie', 'ttf'], description: 'Enable File Loaders in thorvg') option('savers',