forked from dnkl/foot
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
874 B
15 lines
874 B
option('docs', type: 'feature', |
|
description: 'Build and install documentation (man pages, example foot.ini, readme, changelog, license etc).') |
|
|
|
option('ime', type: 'boolean', value: true, |
|
description: 'IME (Input Method Editor) support') |
|
|
|
option('grapheme-clustering', type: 'feature', |
|
description: 'Enables grapheme clustering using libutf8proc. Requires fcft with harfbuzz support to be useful.') |
|
|
|
option('terminfo', type: 'feature', value: 'enabled', description: 'Build and install foot\'s terminfo files.') |
|
option('default-terminfo', type: 'string', value: 'foot', |
|
description: 'Default value of the "term" option in foot.ini.') |
|
|
|
option('custom-terminfo-install-location', type: 'string', value: '', |
|
description: 'Path to foot\'s terminfo, relative to ${prefix}. If set, foot will set $TERMINFO to this value in the client process.')
|
|
|