[Tizen] Enable png, jpg loader 38/264838/1
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 1 Oct 2021 00:55:05 +0000 (09:55 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 1 Oct 2021 00:55:05 +0000 (09:55 +0900)
NUI's Picture class has been added, so png and jpg loaders are required.

Change-Id: I46d23d45665325ecc6093639b52745d95eacc2b4

meson_options.txt

index bbf7cce..7d9368c 100644 (file)
@@ -7,7 +7,7 @@ option('engines',
 option('loaders',
    type: 'array',
    choices: ['', 'tvg', 'svg', 'png', 'jpg'],
-   value: ['svg', 'tvg'],
+   value: ['svg', 'tvg', 'png', 'jpg'],
    description: 'Enable File Loaders in thorvg')
 
 option('savers',