From: Hermet Park Date: Mon, 26 Jul 2021 06:46:07 +0000 (+0900) Subject: enable tvg format in tizen X-Git-Tag: accepted/tizen/unified/20210727.124506~5^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6eadc76576805c8bbad65862a03bb1176a698fcd;p=platform%2Fcore%2Fgraphics%2Ftizenvg.git enable tvg format in tizen Change-Id: I3088ca5d8dfdb39647b4cb3a63e100c82177dcd2 --- 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',