-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add ThorVG build option (IEC-155) (#364)
* add ThorVG build options * update to v0.14.9
- Loading branch information
1 parent
91f4061
commit a0d3bea
Showing
6 changed files
with
90 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
menu "ThorVG Support Options" | ||
|
||
config THORVG_LOG_ENABLED | ||
bool "Enable ThorVG log" | ||
default n | ||
help | ||
Enable ThorVG log. | ||
|
||
config THORVG_THREAD_ENABLED | ||
bool "Enable ThorVG threading support" | ||
default y | ||
help | ||
Enable ThorVG threading support. This option can be disabled if ThorVG is only used from one FreeRTOS task. | ||
|
||
menu "Loaders Support" | ||
|
||
config THORVG_LOTTIE_LOADER_SUPPORT | ||
bool "Enable Lottie loader support" | ||
default y | ||
|
||
config THORVG_TVG_LOADER_SUPPORT | ||
bool "Enable tvg loader support" | ||
default y | ||
|
||
config THORVG_SVG_LOADER_SUPPORT | ||
bool "Enable svg loader support" | ||
default y | ||
|
||
config THORVG_PNG_LOADER_SUPPORT | ||
bool "Enable png loader support" | ||
default n | ||
|
||
config THORVG_JPEG_LOADER_SUPPORT | ||
bool "Enable jpeg loader support" | ||
default n | ||
|
||
config THORVG_WEBP_LOADER_SUPPORT | ||
bool "Enable webp loader support" | ||
default n | ||
|
||
endmenu | ||
|
||
endmenu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: thorvg | ||
version: 0.13.8 | ||
version: 0.14.9 | ||
cpe: cpe:2.3:a:thorvg:thorvg:{}:*:*:*:*:*:*:* | ||
supplier: 'Organization: thorvg <https://github.com/thorvg/thorvg>' | ||
description: ThorVG is an open-source graphics library designed for creating vector-based scenes and animations. | ||
url: https://github.com/thorvg/thorvg | ||
hash: 30aa742b26e35e170f927c8e5ebdaa68dea6f48f | ||
hash: 81a0fbfd590873b21e53c3af77969c71d3d9b586 |