mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
build: renamed utilities to tools
This commit is contained in:
parent
81be1930a6
commit
f11a4d9b7b
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@ option('bindings',
|
||||||
value: ['capi'],
|
value: ['capi'],
|
||||||
description: 'Enable C API binding')
|
description: 'Enable C API binding')
|
||||||
|
|
||||||
option('utilities',
|
option('tools',
|
||||||
type: 'array',
|
type: 'array',
|
||||||
choices: ['', 'svg2png'],
|
choices: ['', 'svg2png'],
|
||||||
value: [''],
|
value: [''],
|
||||||
description: 'Enable building utilities')
|
description: 'Enable building ThorVG Tools')
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
if get_option('utilities').contains('svg2png') == true
|
if get_option('tools').contains('svg2png') == true
|
||||||
subdir('svg2png')
|
subdir('svg2png')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue