enable tvg format in tizen 74/261774/1
authorHermet Park <chuneon.park@samsung.com>
Mon, 26 Jul 2021 06:46:07 +0000 (15:46 +0900)
committerHermet Park <chuneon.park@samsung.com>
Mon, 26 Jul 2021 06:46:19 +0000 (15:46 +0900)
Change-Id: I3088ca5d8dfdb39647b4cb3a63e100c82177dcd2

meson_options.txt

index 3d72baf..4b30635 100644 (file)
@@ -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',