projects
/
platform
/
core
/
graphics
/
tizenvg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bb1e2b
)
infra: tvg format is still fragile, we gonna release it under the beta.
author
Hermet Park
<chuneon.park@samsung.com>
Mon, 9 Aug 2021 03:45:17 +0000
(12:45 +0900)
committer
Hermet Park
<chuneon.park@samsung.com>
Mon, 9 Aug 2021 06:36:33 +0000
(15:36 +0900)
Change-Id: Id210f7c29857b78097d93f82eab21df5e1679a12
meson_options.txt
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index
2e3cee7
..
4de0cc8
100644
(file)
--- a/
meson_options.txt
+++ b/
meson_options.txt
@@
-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',