From 6eadc76576805c8bbad65862a03bb1176a698fcd Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Mon, 26 Jul 2021 15:46:07 +0900 Subject: [PATCH] enable tvg format in tizen Change-Id: I3088ca5d8dfdb39647b4cb3a63e100c82177dcd2 --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 3d72baf..4b30635 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -7,13 +7,13 @@ option('engines', option('loaders', type: 'array', choices: ['', 'svg', 'tvg', 'png', 'jpg'], - value: ['svg'], + value: ['svg', 'tvg'], description: 'Enable File Loaders in thorvg') option('savers', type: 'array', choices: ['', 'tvg'], - value: [''], + value: ['tvg'], description: 'Enable File Savers in thorvg') option('vectors', -- 2.7.4