infra: tvg format is still fragile, we gonna release it under the beta.
authorHermet Park <chuneon.park@samsung.com>
Mon, 9 Aug 2021 03:45:17 +0000 (12:45 +0900)
committerHermet Park <chuneon.park@samsung.com>
Mon, 9 Aug 2021 06:36:33 +0000 (15:36 +0900)
Change-Id: Id210f7c29857b78097d93f82eab21df5e1679a12

meson_options.txt

index 2e3cee7..4de0cc8 100644 (file)
@@ -6,14 +6,14 @@ option('engines',
 
 option('loaders',
    type: 'array',
-   choices: ['', 'svg', 'tvg', 'png', 'jpg'],
-   value: ['svg', 'tvg'],
+   choices: ['', 'svg', 'png', 'jpg', 'tvg_beta'],
+   value: ['svg', 'tvg_beta'],
    description: 'Enable File Loaders in thorvg')
 
 option('savers',
    type: 'array',
-   choices: ['', 'tvg'],
-   value: ['tvg'],
+   choices: ['', 'tvg_beta'],
+   value: ['tvg_beta'],
    description: 'Enable File Savers in thorvg')
 
 option('vectors',