13 lines
377 B
Meson
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'
|
|
)
|