singe/thirdparty/SDL3_ttf/external/plutovg/meson_options.txt

13 lines
377 B
Meson

option('examples', type : 'feature', value : 'auto')
option('tests', type : 'feature', value : 'auto')
option('font-face-cache-load',
type : 'feature',
value : 'auto',
description : 'Enable loading font face cache from files and directories'
)
option('image-write',
type : 'feature',
value : 'enabled',
description : 'Disable png or jpg image write'
)