mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +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'],
|
||||
description: 'Enable C API binding')
|
||||
|
||||
option('utilities',
|
||||
option('tools',
|
||||
type: 'array',
|
||||
choices: ['', 'svg2png'],
|
||||
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')
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue