thorvg/meson_options.txt
Hermet Park 99428ee80a build: support features toggling in meson option.
Change-Id: Id1ebda70fe8380aaa913f79af26e5c39893a6df5
2020-07-08 15:30:12 +09:00

11 lines
272 B
Meson

option('engines',
type: 'array',
choices: ['sw', 'gl'],
value: ['sw', 'gl'],
description: 'Enable Rasterizer Engine in thorvg')
option('loaders',
type: 'array',
choices: ['svg'],
value: ['svg'],
description: 'Enable Vector File Loader in thorvg')