From 6ad1b1bf732c108ec7e626b9005a76fbc4eb91df Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 9 Aug 2021 12:45:17 +0900 Subject: [PATCH] infra: tvg format is still fragile, we gonna release it under the beta. --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index a449efdd..98d526ea 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -6,13 +6,13 @@ option('engines', option('loaders', type: 'array', - choices: ['', 'svg', 'tvg', 'png', 'jpg'], + choices: ['', 'svg', 'png', 'jpg', 'tvg_beta'], value: ['svg'], description: 'Enable File Loaders in thorvg') option('savers', type: 'array', - choices: ['', 'tvg'], + choices: ['', 'tvg_beta'], value: [''], description: 'Enable File Savers in thorvg')